andreped commited on
Commit
2140160
·
1 Parent(s): 93613c3

Add user to nginx conf

Browse files
Files changed (1) hide show
  1. 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
  }