nginx - debug log level
This commit is contained in:
parent
911a6b5105
commit
884d325009
@ -1,3 +1,4 @@
|
||||
FROM nginx:latest
|
||||
|
||||
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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user