We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac58fbb commit 35bf56aCopy full SHA for 35bf56a
Dockerfile
@@ -83,7 +83,6 @@ RUN addgroup -S nginx \
83
&& rm -rf /tmp/* /root/.gnupg
84
85
COPY nginx.conf /etc/nginx/nginx.conf
86
-COPY log_format /etc/nginx/conf.d/log_format
87
COPY default.conf /etc/nginx/sites-enabled/default.conf
88
89
EXPOSE 80 443
log_format
nginx.conf
@@ -22,7 +22,6 @@ http {
22
include /etc/nginx/mime.types;
23
default_type application/octet-stream;
24
25
- include /etc/nginx/conf.d/log_format;
26
access_log /var/log/nginx/access.log combined;
27
error_log /var/log/nginx/error.log crit;
28
0 commit comments