disable bitnami banner wordpress

Solutions on MaxInterview for disable bitnami banner wordpress by the best coders in the world

showing results for - "disable bitnami banner wordpress"
Luciana
06 Aug 2020
1sudo /opt/bitnami/apps/APPNAME/bnconfig --disable_banner 1
2
3If you’re using Apache, execute the command below:
4
5sudo /opt/bitnami/ctlscript.sh restart apache
6
7If you’re using NGINX, execute the command below:
8
9sudo /opt/bitnami/ctlscript.sh restart nginx
10
David
03 Nov 2018
1sudo /opt/bitnami/apps/APPNAME/bnconfig --disable_banner 1
2