Spaces:
Build error
Build error
Update nginx.conf
Browse files- nginx.conf +2 -1
nginx.conf
CHANGED
@@ -1,10 +1,11 @@
|
|
1 |
-
|
2 |
|
3 |
worker_processes auto;
|
4 |
events { worker_connections 1024; }
|
5 |
|
6 |
http {
|
7 |
client_body_temp_path /tmp/nginx/client_temp;
|
|
|
8 |
|
9 |
server {
|
10 |
listen 7860;
|
|
|
1 |
+
# nginx.conf
|
2 |
|
3 |
worker_processes auto;
|
4 |
events { worker_connections 1024; }
|
5 |
|
6 |
http {
|
7 |
client_body_temp_path /tmp/nginx/client_temp;
|
8 |
+
pid /tmp/nginx/nginx.pid; # write PID in /tmp instead
|
9 |
|
10 |
server {
|
11 |
listen 7860;
|