1
0
mirror of https://github.com/wallabag/docker synced 2025-12-13 09:46:27 +00:00

Fix logs naming

Errors to error.log and access to access.log
This commit is contained in:
Sergey Melnik
2016-04-24 22:13:25 +03:00
parent d42538d365
commit 6e006e4730

View File

@@ -57,8 +57,8 @@ http {
internal;
}
error_log /var/log/nginx/access.log;
access_log /var/log/nginx/error.log;
access_log /var/log/nginx/access.log;
error_log /var/log/nginx/error.log;
}
}