mirror of
https://github.com/mashirozx/docker-php-nginx.git
synced 2024-11-22 06:48:14 +08:00
Fixed failing Nginx by chosing an existing location for the pid file
This commit is contained in:
parent
33a48c1762
commit
894d45fa43
@ -1,4 +1,5 @@
|
||||
worker_processes 1;
|
||||
pid /run/nginx.pid;
|
||||
|
||||
events {
|
||||
worker_connections 1024;
|
||||
|
Loading…
Reference in New Issue
Block a user