i’am using vaultwarden with docker for years. I never needed the adminpage. But now we changed maildomain and other things, so i’am going to activate the adminpage to change the user. But if i do this, i got this:
It look likes an fault with the path. Because vaultwarden admin will bei on the rootdomain, but it is on /vaultwarden. All other things for all users (only 2) are working perfectly. On the logs i see that:
I bind only on another port and map it back to 443, because apache2 is also running on the local machine.
The normal path is:
https: // app.tux.lan / vaultwarden/#/login
So the admin path should be (i think) https://app.tux.lan/vaultwarden/admin
but this did not work. So can you help me to correct my command to activate the adminpage on the right way?
If i do that, i get an 404 error, and bitwarden does not work anymore.
Not sure what would be the issue with it? I was asking about the reverse proxy because I suspect the issue is located there. You can compare your configuration with the proxy example Apache in a sub-location (by ss89).
edit: sorry, I don’t know if it’s necessary but there’s a missing trailing slash in the DOMAIN variable. Maybe it’s missing in the Location directive as well?