Move the pid files inside the container so they don't conflict.

This commit is contained in:
jakedt 2014-04-17 12:29:23 -04:00
parent 91c1342ffb
commit 9e88414773
3 changed files with 5 additions and 2 deletions

View file

@ -1,4 +1,4 @@
pid /mnt/logs/nginx.pid;
pid /tmp/nginx.pid;
error_log /mnt/logs/nginx.error.log;
events {