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 47fee22 commit 3a6bb3fCopy full SHA for 3a6bb3f
Dockerfile
@@ -317,6 +317,9 @@ RUN \
317
sed-patch 's|/data/logs/\*/access.log|/data/logs/access.log|' /etc/logrotate.d/nginx-proxy-manager && \
318
sed-patch 's|/data/logs/\*/error.log|/data/logs/error.log|' /etc/logrotate.d/nginx-proxy-manager && \
319
320
+ # Fix typo in config file.
321
+ sed-patch 's|fallback-access.log|fallback_access.log|' /etc/nginx/conf.d/default.conf && \
322
+
323
# Redirect `/data' to '/config'.
324
ln -s /config /data && \
325
0 commit comments