Skip to content

Commit 5aae8cd

Browse files
committed
Fixed the access log path to match the HTTP one. This also fixes its handling by logrotate.
1 parent adc5a20 commit 5aae8cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)