Skip to content

Commit

Permalink
added missing proxy.conf and resolver for airsonic subdomain
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-phillips committed Mar 21, 2019
1 parent 8ebc9d2 commit f14ff3c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions airsonic.subdomain.conf.sample
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ server {
#include /config/nginx/ldap.conf;

location / {
include /config/nginx/proxy.conf;
resolver 127.0.0.11 valid=30s;

# enable the next two lines for http auth
#auth_basic "Restricted";
#auth_basic_user_file /config/nginx/.htpasswd;
Expand Down

0 comments on commit f14ff3c

Please sign in to comment.