mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-07 23:01:58 +01:00
nginx contrib fix
This commit is contained in:
parent
760bfcd316
commit
8b2c9d8368
@ -9,6 +9,10 @@ server {
|
||||
|
||||
root /var/www/piler;
|
||||
|
||||
log_format main '$remote_addr - $remote_user [$time_local] "$request" '
|
||||
'$status $body_bytes_sent "$http_referer" '
|
||||
'"$http_user_agent" "$http_x_forwarded_for"';
|
||||
|
||||
access_log /var/log/nginx/archive.yourdomain.com-access.log main;
|
||||
error_log /var/log/nginx/archive.yourdomain.com-error.log;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user