Spaces:
Sleeping
Sleeping
epii-1
commited on
Commit
·
b43a46c
1
Parent(s):
ba98b8b
222222
Browse files- nginx.conf +1 -1
nginx.conf
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
worker_processes 1;
|
2 |
-
|
3 |
events {
|
4 |
worker_connections 1024;
|
5 |
}
|
|
|
1 |
worker_processes 1;
|
2 |
+
pid /tmp/nginx.pid;
|
3 |
events {
|
4 |
worker_connections 1024;
|
5 |
}
|