Sorry for yet another beg for help…
Trying to get “Adminer” to work with a path…
It answers and forwards to the php…
I go to:
…://home.peachbush.com/adminer
and logon page is displayed, fine.
I log in, and it goes to:
…://home.peachbush.com/?username=root
Note that it lost “adminer”
If I manually add to the URL and make it this:
http://home.peachbush.com/adminer/?username=root
it works…
I’ve tried a bunch of things, but can’t come up with a re-write that does that…
Dillahunty Family {
gzip
tls off
fastcgi / /run/php-fpm/php-fpm.sock php
root /usr/share/webapps/adminer
log /var/log/caddy/adminer_access.log
errors /var/log/caddy/adminer_error.log
}
Thanks!