Remove Bitnami banner on Google Cloud Or Amazon EC2
How To Remove The Bitnami Banner?
To remove the banner link to the Bitnami Info page, follow these steps:
- Log in to into your server console using SSH and execute the following command. Remember to replace APPNAME with the actual name or directory location of your application.
1sudo /opt/bitnami/apps/APPNAME/bnconfig --disable_banner 1
For Example you are using wordpress in server the above code will be like this
1sudo /opt/bitnami/apps/wordpress/bnconfig --disable_banner 1
For magento2
1sudo /opt/bitnami/apps/magento/bnconfig --disable_banner 1
- Restart the Web server.If you’re using Apache, execute the command below:
1sudo /opt/bitnami/ctlscript.sh restart apache
If you’re using nginx, execute the command below:
1sudo /opt/bitnami/ctlscript.sh restart nginx
NOTE: The above steps will only remove the corner banner. The Bitnami Info page will still be available by visiting http://DOMAIN/bitnami/index.html.
(Visited 772 times, 1 visits today)