Skip to content

Can Admin UI Serve Static Files to Browser?

Sometimes it may be required to serve arbitrary static files to the browser. As Admin UI of Web Safety is implemented by Apache web server it is also possible to reuse this functionality to serve your own custom files.

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.