Skip to content

Commit 0d8dd03

Browse files
authored
Merge pull request NginxProxyManager#1687 from jlesage/fallback-access-fix
Fixed the access log path to match the HTTP one.
2 parents 74d610d + 5aae8cd commit 0d8dd03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/rootfs/etc/nginx/conf.d/default.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ server {
3030
set $port "443";
3131

3232
server_name localhost;
33-
access_log /data/logs/fallback-access.log standard;
33+
access_log /data/logs/fallback_access.log standard;
3434
error_log /dev/null crit;
3535
ssl_certificate /data/nginx/dummycert.pem;
3636
ssl_certificate_key /data/nginx/dummykey.pem;

0 commit comments

Comments
 (0)