|
@@ -1,7 +1,7 @@
|
|
|
user www;
|
|
|
worker_processes 1;
|
|
|
|
|
|
-error_log /zskk_system/logs/nginx/error.log warn;
|
|
|
+error_log /home/zskk_system/logs/nginx/error.log warn;
|
|
|
pid /var/run/nginx.pid;
|
|
|
|
|
|
events {
|
|
@@ -16,7 +16,7 @@ http {
|
|
|
'$status $body_bytes_sent "$http_referer" '
|
|
|
'"$http_user_agent" "$http_x_forwarded_for"';
|
|
|
|
|
|
- access_log /zskk_system/logs/nginx/access.log main;
|
|
|
+ access_log /home/zskk_system/logs/nginx/access.log main;
|
|
|
client_max_body_size 200m;
|
|
|
sendfile on;
|
|
|
keepalive_timeout 65;
|