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 62e5bd5 commit e4eb534Copy full SHA for e4eb534
launch.sh
@@ -1,5 +1,6 @@
1
#!/bin/sh
2
3
+rm /etc/nginx/conf.d/default.conf || :
4
envsubst < auth.conf > /etc/nginx/conf.d/auth.conf
5
envsubst < auth.htpasswd > /etc/nginx/auth.htpasswd
6
0 commit comments