Spaces:
Running
Running
“vinit5112”
commited on
Commit
·
186d0cb
1
Parent(s):
91b3a3a
fix: remove duplicate daemon directive from nginx config
Browse files
frontend/nginx.global.conf
CHANGED
@@ -1,7 +1,4 @@
|
|
1 |
-
# frontend/nginx.global.conf
|
2 |
-
|
3 |
worker_processes 1;
|
4 |
-
daemon off;
|
5 |
|
6 |
events {
|
7 |
worker_connections 1024;
|
|
|
|
|
|
|
1 |
worker_processes 1;
|
|
|
2 |
|
3 |
events {
|
4 |
worker_connections 1024;
|