mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-08-21 05:43:45 -07:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
7cd2138c74
141 changed files with 811 additions and 23 deletions
|
@ -9,6 +9,9 @@ location ^~ /radarr {
|
|||
#auth_request /auth;
|
||||
#error_page 401 =200 /login;
|
||||
|
||||
# enable for Authelia, also enable authelia-server.conf in the default site config
|
||||
#include /config/nginx/authelia-location.conf;
|
||||
|
||||
include /config/nginx/proxy.conf;
|
||||
resolver 127.0.0.11 valid=30s;
|
||||
set $upstream_app radarr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue