added missing proxy.conf and resolver for airsonic subdomain

This commit is contained in:
alex-phillips 2019-03-21 15:33:46 -04:00
parent 8ebc9d287b
commit f14ff3cc03

View file

@ -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;