Spaces:
Running
Running
Update default.conf
Browse files- default.conf +6 -0
default.conf
CHANGED
@@ -4,6 +4,12 @@ server {
|
|
4 |
server_name localhost;
|
5 |
|
6 |
#access_log /var/log/nginx/host.access.log main;
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
|
8 |
location / {
|
9 |
#root /usr/share/nginx/html;
|
|
|
4 |
server_name localhost;
|
5 |
|
6 |
#access_log /var/log/nginx/host.access.log main;
|
7 |
+
access_log /tmp/nginx_host.access.log;
|
8 |
+
client_body_temp_path /tmp/client_body;
|
9 |
+
fastcgi_temp_path /tmp/fastcgi_temp;
|
10 |
+
proxy_temp_path /tmp/proxy_temp;
|
11 |
+
scgi_temp_path /tmp/scgi_temp;
|
12 |
+
uwsgi_temp_path /tmp/uwsgi_temp;
|
13 |
|
14 |
location / {
|
15 |
#root /usr/share/nginx/html;
|