Spaces:
Sleeping
Sleeping
Remove user from nginx config; add pid
Browse files- nginx.conf +2 -1
nginx.conf
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
-
|
|
|
2 |
events {
|
3 |
worker_connections 1024;
|
4 |
}
|
|
|
1 |
+
pid /tmp/nginx.pid;
|
2 |
+
|
3 |
events {
|
4 |
worker_connections 1024;
|
5 |
}
|