mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2026-07-08 17:42:32 +02:00
replace resolver with resolver.conf
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
## Version 2020/12/09
|
||||
## Version 2021/05/18
|
||||
# To use config this with subfolder proxies:
|
||||
# Rename this file to organizr-auth.subfolder.conf
|
||||
# Add one of the auth_request lines from the comments below
|
||||
@@ -17,7 +17,7 @@
|
||||
location ~ /auth-([0-9]+) {
|
||||
internal;
|
||||
include /config/nginx/proxy.conf;
|
||||
resolver 127.0.0.11 valid=30s;
|
||||
include /config/nginx/resolver.conf;
|
||||
set $upstream_auth_app organizr;
|
||||
set $upstream_auth_port 80;
|
||||
set $upstream_auth_proto http;
|
||||
|
||||
Reference in New Issue
Block a user