Skip to content

Commit 913745d

Browse files
authored
fix: remove duplicate worker_processes directive from nginx (#67)
1 parent ad7fcd4 commit 913745d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ingress/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ certbot certonly \
3737
) &
3838

3939
# Start nginx in foreground
40-
exec nginx -g "worker_processes 8; daemon off;"
40+
exec nginx -g "daemon off;"

0 commit comments

Comments
 (0)