Skip to content

Commit 35bf56a

Browse files
committed
Remove unnecessary file
1 parent ac58fbb commit 35bf56a

File tree

3 files changed

+0
-2
lines changed

3 files changed

+0
-2
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ RUN addgroup -S nginx \
8383
&& rm -rf /tmp/* /root/.gnupg
8484

8585
COPY nginx.conf /etc/nginx/nginx.conf
86-
COPY log_format /etc/nginx/conf.d/log_format
8786
COPY default.conf /etc/nginx/sites-enabled/default.conf
8887

8988
EXPOSE 80 443

log_format

Whitespace-only changes.

nginx.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ http {
2222
include /etc/nginx/mime.types;
2323
default_type application/octet-stream;
2424

25-
include /etc/nginx/conf.d/log_format;
2625
access_log /var/log/nginx/access.log combined;
2726
error_log /var/log/nginx/error.log crit;
2827

0 commit comments

Comments
 (0)