Hello,
I'm running LimeSurvey within docker and therefore I'm running a reverse proxy on the docker host to communicate with limesurvey. However, the limesurvey setup seems to have configured all url with the docker client IP, meaning all survey links look like:
Code:
https://174.0.2.4/...
instead of
Code:
https://domain.tld/...
Moreover, some request to the non-public IP are made (despite the redirect rule in the proxy config), e.g. to
Code:
https://172.17.0.4/styles/Sea_Green/images/donate.png
How can I change this?
Thanks a lot for your help in advance!
P.S.: in the reverse proxy configuration I already have proxy_redirect rule like
Code:
proxy_redirect https://174.0.2.4/ https://domain.tld/