Change page title¶
If you do not want the Staffcop header to appear when scanning the network or trying to enter the page, then you need to edit the file:
sudo nano /etc/staffcop/config
adding a line to the end of the file:
BRAND_TITLE='Title_instead_of_Staffcop'
Then you need to save the file and restart the nginx and staffcop services.
sudo service staffcop restart
sudo service nginx restart