Spaces:
Sleeping
Sleeping
“vinit5112”
commited on
Commit
·
87cac8f
1
Parent(s):
186d0cb
fix
Browse files
frontend/nginx.global.conf
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
worker_processes 1;
|
| 2 |
|
|
|
|
|
|
|
| 3 |
events {
|
| 4 |
worker_connections 1024;
|
| 5 |
}
|
|
|
|
| 1 |
worker_processes 1;
|
| 2 |
|
| 3 |
+
pid /app/tmp/nginx.pid;
|
| 4 |
+
|
| 5 |
events {
|
| 6 |
worker_connections 1024;
|
| 7 |
}
|