Update nginx.conf
Browse files- 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 /
|
| 27 |
-
error_log /
|
| 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 |
+
}
|