zipusyan commited on
Commit
30a1b3c
·
verified ·
1 Parent(s): b1bd7d1

Update nginx.conf

Browse files
Files changed (1) hide show
  1. nginx.conf +3 -3
nginx.conf CHANGED
@@ -23,8 +23,8 @@ http {
23
  uwsgi_temp_path /tmp/nginx_uwsgi;
24
  scgi_temp_path /tmp/nginx_scgi;
25
 
26
- access_log /dev/stdout;
27
- error_log /dev/stderr;
28
 
29
  server {
30
  listen 8088;
@@ -55,4 +55,4 @@ http {
55
  proxy_set_header Connection "upgrade";
56
  }
57
  }
58
- }
 
23
  uwsgi_temp_path /tmp/nginx_uwsgi;
24
  scgi_temp_path /tmp/nginx_scgi;
25
 
26
+ access_log /var/log/nginx/access.log;
27
+ error_log /var/log/nginx/error.log;
28
 
29
  server {
30
  listen 8088;
 
55
  proxy_set_header Connection "upgrade";
56
  }
57
  }
58
+ }