Skip to content

Commit

Permalink
Satisfy aptalca's OCD
Browse files Browse the repository at this point in the history
  • Loading branch information
CHBMB authored Mar 21, 2019
1 parent a13cd10 commit 67c96c1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions airsonic.subdomain.conf.sample
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,15 @@ 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;

# 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;
Expand Down

0 comments on commit 67c96c1

Please sign in to comment.