Spaces:
Sleeping
Sleeping
Add user to nginx conf
Browse files- nginx.conf +1 -0
nginx.conf
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
events {
|
2 |
worker_connections 1024;
|
3 |
}
|
|
|
1 |
+
user user;
|
2 |
events {
|
3 |
worker_connections 1024;
|
4 |
}
|