mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2026-02-20 04:59:12 +08:00
fix file name and host variable
This commit is contained in:
parent
d831c917c5
commit
d11f02fbcd
@ -1,7 +1,7 @@
|
||||
# adminer does not require a base url setting
|
||||
# adminer does not require a base url setting, but the container needs to be named adminer
|
||||
|
||||
location /adminer {
|
||||
return 301 $scheme://$http_host/adminer/;
|
||||
return 301 $scheme://$host/adminer/;
|
||||
}
|
||||
location ^~ /adminer/ {
|
||||
# enable the next two lines for http auth
|
||||
Loading…
x
Reference in New Issue
Block a user