mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-08-24 07:05:38 -07:00
Update radarr.subfolder.conf.sample
This commit is contained in:
parent
6681cadaa7
commit
dc45fe1bc9
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,11 @@
|
|||
## Version 2021/05/18
|
||||
# first go into radarr settings, under "General" set the URL Base to /radarr and restart the radarr container
|
||||
|
||||
location ^~ /radarr {
|
||||
location /radarr {
|
||||
return 301 $scheme://$host/radarr/;
|
||||
}
|
||||
|
||||
location ^~ /radarr/ {
|
||||
# enable the next two lines for http auth
|
||||
#auth_basic "Restricted";
|
||||
#auth_basic_user_file /config/nginx/.htpasswd;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue