replace resolver with resolver.conf

This commit is contained in:
aptalca 2021-05-18 11:01:58 -04:00
commit 5de18b47c6
191 changed files with 466 additions and 466 deletions

View file

@ -1,4 +1,4 @@
## Version 2020/12/09
## Version 2021/05/18
# Set base-url with docker run command env variable -e 'URL_BASE'='/quassel' and make sure Quassel-Web is running on http
# with -e 'HTTPS'='false' or if you're using -e 'ADVANCED'='true' by editing config.json appropriately
@ -15,7 +15,7 @@ location ^~ /quassel {
#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 quassel-web;
set $upstream_port 64080;
set $upstream_proto http;