Satisfy aptalca's OCD

This commit is contained in:
chbmb 2019-03-21 20:22:47 +00:00 committed by GitHub
parent a13cd10ba2
commit 67c96c11e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,8 +14,6 @@ server {
#include /config/nginx/ldap.conf;
location / {
include /config/nginx/proxy.conf;
# enable the next two lines for http auth
#auth_basic "Restricted";
#auth_basic_user_file /config/nginx/.htpasswd;
@ -23,7 +21,8 @@ server {
# enable the next two lines for ldap auth
#auth_request /auth;
#error_page 401 =200 /login;
include /config/nginx/proxy.conf;
resolver 127.0.0.11 valid=30s;
set $upstream_airsonic airsonic;
proxy_pass http://$upstream_airsonic:4040;