Change page title from “StaffCop” to a custom one¶
If you do not want the StaffCop header to appear when scanning the network or trying to enter the page, then you should 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