Use a /nginx directory for pid because /run doesn't exist when running in kubernetes.
All checks were successful
build-staging Build build-staging has succeeded
All checks were successful
build-staging Build build-staging has succeeded
This commit is contained in:
@@ -5,7 +5,7 @@ worker_processes 4;
|
||||
pcre_jit on;
|
||||
|
||||
error_log stderr debug;
|
||||
pid /run/nginx.pid;
|
||||
pid /nginx/nginx.pid;
|
||||
|
||||
events {
|
||||
# Connections per worker process.
|
||||
|
||||
Reference in New Issue
Block a user