1
0
mirror of https://github.com/wallabag/docker synced 2026-01-30 08:57:37 +00:00

Merge pull request #5 from iMelnik/patch-1

Fix logs naming
This commit is contained in:
Jeremy Benoist
2016-04-24 21:14:46 +02:00

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;
}
}