andreped commited on
Commit
897a2bc
·
1 Parent(s): 05a0049

Remove user from nginx config; add pid

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