nginx - debug log level

This commit is contained in:
Mike Holloway 2025-12-07 20:08:16 -05:00
parent 911a6b5105
commit 884d325009

View File

@ -1,3 +1,4 @@
FROM nginx:latest FROM nginx:latest
RUN sed -i 's/\#gzip.*on;/server_tokens\toff;\n #gzip\ton;/' /etc/nginx/nginx.conf RUN sed -i 's/\#gzip.*on;/server_tokens\toff;\n #gzip\ton;/' /etc/nginx/nginx.conf
RUN sed -i 's/^error_log.*;/error_log\t/var/log/nginx/error.log debug;/' /etc/nginx/nginx.conf