mirror of
https://github.com/wallabag/docker.git
synced 2025-12-24 04:37:38 +01:00
Fix logs naming
Errors to error.log and access to access.log
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user