diff options
Diffstat (limited to 'conf/nginx.conf')
| -rw-r--r-- | conf/nginx.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/nginx.conf b/conf/nginx.conf index 45a98eb..1c176bc 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -10,7 +10,7 @@ events { http { include /etc/nginx/mime.types; - access_log /home/dumpfmprod/prod/log/nginx/error.log; + access_log /home/dumpfmprod/prod/log/nginx/access.log; sendfile on; #tcp_nopush on; @@ -45,4 +45,4 @@ http { proxy_set_header X-Real-IP $remote_addr; } } -}
\ No newline at end of file +} |
