Skip to content

Commit 894d45f

Browse files
committed
Fixed failing Nginx by chosing an existing location for the pid file
1 parent 33a48c1 commit 894d45f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/nginx.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
worker_processes 1;
2+
pid /run/nginx.pid;
23

34
events {
45
worker_connections 1024;

0 commit comments

Comments
 (0)