Skip to content

Commit

Permalink
Fixed typo in log filename.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlesage committed Dec 27, 2021
1 parent 47fee22 commit 3a6bb3f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,9 @@ RUN \
sed-patch 's|/data/logs/\*/access.log|/data/logs/access.log|' /etc/logrotate.d/nginx-proxy-manager && \
sed-patch 's|/data/logs/\*/error.log|/data/logs/error.log|' /etc/logrotate.d/nginx-proxy-manager && \

# Fix typo in config file.
sed-patch 's|fallback-access.log|fallback_access.log|' /etc/nginx/conf.d/default.conf && \

# Redirect `/data' to '/config'.
ln -s /config /data && \

Expand Down

0 comments on commit 3a6bb3f

Please sign in to comment.