The absolute url jump like "/favorites" failed under reverse proxy.

With an apache reverse proxy, I map the "127.0.0.1:2283" to "mywebsite.com/ablum". So I successed to view my photos from "mywebsite.com/ablum/photos". However, when I clicks any buttons, e.g. "favorites", the jump with absolute url "/favorites" would direct me to "mywebsite.com/favorites", rather than the correct "mywebsite.com/ablum/favorites". Anybody can give me some advices? ( I cannot to map the port to root or use third-level domain. It is not my private domian.)
2 Replies
bo0tzz
bo0tzz2y ago
You'll need to get your hands on a domain or subdomain where you can run immich on the root. Using a folder path is not supported by immich, and it also has security implications
wwwwwwwww
wwwwwwwwwOP2y ago
Thanks!

Did you find this page helpful?