mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2026-02-20 04:59:12 +08:00
added missing proxy.conf and resolver for airsonic subdomain
This commit is contained in:
parent
8ebc9d287b
commit
f14ff3cc03
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user