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

This commit is contained in:
Tom Alexander
2026-07-16 21:38:31 -04:00
parent 833a21dbf3
commit 9401ecc0c1
2 changed files with 5 additions and 1 deletions

View File

@@ -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.