mirror of
https://github.com/wallabag/docker
synced 2026-07-13 08:23:34 +00:00
Fix logs naming
Errors to error.log and access to access.log
This commit is contained in:
@@ -57,8 +57,8 @@ http {
|
|||||||
internal;
|
internal;
|
||||||
}
|
}
|
||||||
|
|
||||||
error_log /var/log/nginx/access.log;
|
access_log /var/log/nginx/access.log;
|
||||||
access_log /var/log/nginx/error.log;
|
error_log /var/log/nginx/error.log;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user