Can Web Safety UI serve static files to user browser?ΒΆ

Sometimes it may be required to serve static files to the browser. As Web Safety UI is managed by Apache web server it is also possible to reuse this functionality to serve your custom files (for example images or javascripts).

In order to do this, put the files into the following location on disk /opt/websafety-ui/var/console/www/static.

Then reference these files using the following URL http://ip.address.of.your.proxy/static/file.name for example http://proxy.diladele.lan/static/admin/img/icon_success.gif.