Skip to content

Add NGINX_ACCESS_LOG and NGINX_ERROR_LOG #534

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: release/v3.6
Choose a base branch
from

Conversation

robsontenorio
Copy link

@robsontenorio robsontenorio commented May 15, 2025

This is my first contribution. Let me know if something can be adjusted.

Targeting release/v3.6

I kept the default current values (/dev/stdout and /dev/stderr). But, honestly I would change it to the Nginx defaults.
Because, it is not useful to have all that logs on the main stdout. But if you don't think so, it is all good to be merged.

Usage

FROM serversideup ...
ENV NGINX_ACCESS_LOG=/var/log/nginx/access.log
ENV NGINX_ERROR_LOG=/var/log/nginx/error.log

@robsontenorio robsontenorio changed the title Adds NGINX_ACCESS_LOG and NGINX_ERROR_LOG Add NGINX_ACCESS_LOG and NGINX_ERROR_LOG May 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant