Friends
Add new...
Empty
Setting up UNA on docker was pretty straightforward - I can access the installation locally, using the local IP and port of the server.
With other docker services, I expose them externally by setting up an Apache reverse proxy with HTTPS.
I have tried to do the same with UNA. However, UNA tried to load some CSS and JS assets with HTTP, which the browser then refuses to load - only the HTML is shown.
My docker UNA_HTTP_HOST is set to my domain.
My current Apache reverse proxy setup sets ProxyPass, ProxyPassReverse, ProxyPreserveHost On
Is there a way to set an UNA_HTTPS_HOST ?
Thanks in advance!
- 349