Skip to content

Commit 3a6bb3f

Browse files
committed
Fixed typo in log filename.
1 parent 47fee22 commit 3a6bb3f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,9 @@ RUN \
317317
sed-patch 's|/data/logs/\*/access.log|/data/logs/access.log|' /etc/logrotate.d/nginx-proxy-manager && \
318318
sed-patch 's|/data/logs/\*/error.log|/data/logs/error.log|' /etc/logrotate.d/nginx-proxy-manager && \
319319

320+
# Fix typo in config file.
321+
sed-patch 's|fallback-access.log|fallback_access.log|' /etc/nginx/conf.d/default.conf && \
322+
320323
# Redirect `/data' to '/config'.
321324
ln -s /config /data && \
322325

0 commit comments

Comments
 (0)