Guest User

Untitled

a guest
Dec 12th, 2017
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. #===========disable the logo
  2. sudo /opt/bitnami/apps/wordpress/bnconfig --disable_banner 1
  3.  
  4. #===========restart the server
  5. #nginx environment-default in GCP setting
  6. sudo /opt/bitnami/ctlscript.sh restart nginx
  7.  
  8. #apache environment
  9. sudo /opt/bitnami/ctlscript.sh restart apache
Add Comment
Please, Sign In to add comment