We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b482fd6 commit 05564ddCopy full SHA for 05564dd
load_balancer/start.sh
@@ -1,4 +1,4 @@
1
#!/usr/bin/env bash
2
3
envsubst '$PROXY_PROTOCOL,$PROXY_UPSTREAM' < /etc/nginx/sites-available/default.template > /etc/nginx/sites-available/default
4
-nginx -g 'daemon off;'
+exec nginx -g 'daemon off;'
0 commit comments