Skip to content
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

RFE: Make Nginx Access Log Configurable via Environment Variable #18

Open
popecruzdt opened this issue Oct 17, 2023 · 0 comments
Open

Comments

@popecruzdt
Copy link

Nginx Access Logs are configured in nginx.conf. By default, in the configuration used by the Docker images available on Dockerhub have Nginx Access Logs disabled.

https://github.com/Dynatrace/easyTravel-Docker/blob/master/images/nginx/conf/nginx.conf

For those that wish to use the images on Dockerhub (not build their own) and have Nginx Access Logs enabled, it would be helpful if this configuration was controlled through an Environment Variable. Similar to those configurations already referencing an Environment Variable in the nginx.conf file.

upstream easytravelfrontend {
        server $ET_FRONTEND_LOCATION;
    }
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

No branches or pull requests

1 participant