Spaces:
Running
Running
Update nginx.conf.sample
Browse files- nginx.conf.sample +1 -1
nginx.conf.sample
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
worker_processes auto;
|
2 |
error_log /dev/null crit;
|
3 |
-
pid /ubuntu/nginx.pid;
|
4 |
events {
|
5 |
worker_connections 1024;
|
6 |
}
|
|
|
1 |
worker_processes auto;
|
2 |
error_log /dev/null crit;
|
3 |
+
pid /home/ubuntu/nginx.pid;
|
4 |
events {
|
5 |
worker_connections 1024;
|
6 |
}
|