mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2026-02-20 04:59:12 +08:00
Add trailing slash to Monitorr subfolder config
This commit is contained in:
parent
071d541a74
commit
831b98ef10
@ -1,6 +1,9 @@
|
||||
# monitorr does not require a base url setting
|
||||
|
||||
location ^~ /monitorr {
|
||||
location /monitorr {
|
||||
return 301 $scheme://$host/monitorr/;
|
||||
}
|
||||
location ^~ /monitorr/ {
|
||||
# enable the next two lines for http auth
|
||||
#auth_basic "Restricted";
|
||||
#auth_basic_user_file /config/nginx/.htpasswd;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user