Answers for "Disable Bitnami Banner Wordpress"

PHP
1

remove bitnami banner wordpress

sudo /opt/bitnami/apps/APPNAME/bnconfig --disable_banner 1

If you’re using Apache, execute the command below:

sudo /opt/bitnami/ctlscript.sh restart apache

If you’re using NGINX, execute the command below:

sudo /opt/bitnami/ctlscript.sh restart nginx
Posted by: Guest on July-22-2020
1

Disable Bitnami Banner Wordpress

sudo /opt/bitnami/apps/APPNAME/bnconfig --disable_banner 1
Posted by: Guest on June-15-2021

Code answers related to "Disable Bitnami Banner Wordpress"

Browse Popular Code Answers by Language