Merge pull request #1687 from jlesage/fallback-access-fix

Fixed the access log path to match the HTTP one.
This commit is contained in:
jc21 2022-01-02 16:10:25 +10:00 committed by GitHub
commit 0d8dd03c3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ server {
set $port "443";
server_name localhost;
access_log /data/logs/fallback-access.log standard;
access_log /data/logs/fallback_access.log standard;
error_log /dev/null crit;
ssl_certificate /data/nginx/dummycert.pem;
ssl_certificate_key /data/nginx/dummykey.pem;