mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-08-22 14:23:48 -07:00
changed resolver
This commit is contained in:
parent
934cb40d51
commit
0e9e6f70f1
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ location ^~ /petio/ {
|
||||||
#include /config/nginx/authelia-location.conf;
|
#include /config/nginx/authelia-location.conf;
|
||||||
|
|
||||||
include /config/nginx/proxy.conf;
|
include /config/nginx/proxy.conf;
|
||||||
resolver 127.0.0.11 valid=30s;
|
include /config/nginx/resolver.conf;
|
||||||
set $upstream_app petio;
|
set $upstream_app petio;
|
||||||
set $upstream_port 7777;
|
set $upstream_port 7777;
|
||||||
set $upstream_proto http;
|
set $upstream_proto http;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue