You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if [ "$ENABLE_BATCH"= True ] && [ "$BASIC_AUTH_RAW$ALLOW_LIST"!="" ];then
echo"ENABLE_BATCH must not be combined with BASIC_AUTH_RAW or ALLOW_LIST"
fi
# enable basic auth when user/password is configured
if [ !"$BASIC_AUTH_RAW"="" ];then
echo'auth_basic "Please enter your username and password";auth_basic_user_file /etc/nginx/htpasswd/basic_auth.htpasswd;'> /etc/nginx/conf.d/basic_auth.conf