mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-06 04:51:33 -07:00
fix file name and host variable
This commit is contained in:
parent
d831c917c5
commit
d11f02fbcd
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
location /adminer {
|
||||||
return 301 $scheme://$http_host/adminer/;
|
return 301 $scheme://$host/adminer/;
|
||||||
}
|
}
|
||||||
location ^~ /adminer/ {
|
location ^~ /adminer/ {
|
||||||
# enable the next two lines for http auth
|
# enable the next two lines for http auth
|
Loading…
Add table
Add a link
Reference in a new issue