replace resolver with resolver.conf

This commit is contained in:
aptalca
2021-05-18 11:01:58 -04:00
parent 662d05bb1a
commit 5de18b47c6
191 changed files with 466 additions and 466 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
## Version 2020/12/09
## Version 2021/05/18
# make sure that your dns has a cname set for airsonic and that your airsonic container is not using a base url
# add `server.use-forward-headers=true` to `/config/application.properties` to ensure logs contain real source IP
@@ -31,7 +31,7 @@ server {
#include /config/nginx/authelia-location.conf;
include /config/nginx/proxy.conf;
resolver 127.0.0.11 valid=30s;
include /config/nginx/resolver.conf;
set $upstream_app airsonic;
set $upstream_port 4040;
set $upstream_proto http;