[Rspamd-Users] Proxy setup of rspamd web UI from another computer

Gerald Galster list+rspamd at gcore.biz
Sun Feb 4 23:09:04 UTC 2024


> 
> I have an apache web server at niteflyte.net.  I would like to use it to
> proxy the rspamd web UI.
> 
> I tried this:
> 
>     ProxyRequests Off
>     ProxyPass        /rspamd http://10.4.112.5:11334/
>     ProxyPassReverse /rspamd http://10.4.112.5:11334/
> 
> This actually works but I don't get any of the Javascript goodies that make
> the rspamd web UI work correctly.  Anyone have any ideas about how to do
> this?

You could try to open your browser's developer tools and see if something
gets blocked (content-security policy comes to mind).

Best regards,
Gerald


More information about the Users mailing list