tang-x commited on
Commit
ba1bea2
·
verified ·
1 Parent(s): 60f177c

Update nginx.conf

Browse files
Files changed (1) hide show
  1. nginx.conf +2 -0
nginx.conf CHANGED
@@ -1,3 +1,5 @@
 
 
1
  events {
2
  worker_connections 1024;
3
  }
 
1
+ user nginx;
2
+
3
  events {
4
  worker_connections 1024;
5
  }