tastypear commited on
Commit
1eafc05
1 Parent(s): 21c15e1

Update nginx.conf.sample

Browse files
Files changed (1) hide show
  1. nginx.conf.sample +1 -1
nginx.conf.sample CHANGED
@@ -1,6 +1,6 @@
1
  worker_processes auto;
2
  error_log /dev/null crit;
3
- pid /ubuntu/nginx.pid;
4
  events {
5
  worker_connections 1024;
6
  }
 
1
  worker_processes auto;
2
  error_log /dev/null crit;
3
+ pid /home/ubuntu/nginx.pid;
4
  events {
5
  worker_connections 1024;
6
  }