Closed acotor closed 5 months ago
I did some local testing, can you try setting the Host
HTTP header to dav.mydomain:9443
?
Not sure why X-Forwarded-Port
and X-Forwarded-Host
are not used, but setting the Host
header should fix your issue.
This issue looks inactive, I will close it in 7 days.
Closing this issue due to inactivity.
Hi, I set up a baikal:nginx container and it works on my LAN, but something wrong happens when I reverse proxy (using Nginx Proxy Manager) it to a none standard port on a dav.mydomian.
When I access
https://dav.mydomain:9443
, html texts are loaded, but css/js/png failed to load. I checked the console, css/js/png are requested viahttps://dav.mydomain/res/***
, which missed the port 9443. The Login button on page is linked tohttps://dav.mydomain/admin
, which missed the 9443 too.NPM side, I set a Proxy Hosts
dav.mydomian
; Scheme / Forward Hostname IP/ Forward Port arehttp
/127.0.0.1
/5130
listen [::]:9443 ssl http2;
listen 9443 ssl http2;
How can I solve this problem, or dig in more about the reason?
Thanks !
Port 5130 on localhost is mapping to the port 80 on the baikal:nginx container.