Last active
May 16, 2018 03:03
-
-
Save SkaTeMasTer/1de3971bda9f5b8492ee11961e68fe9c to your computer and use it in GitHub Desktop.
Bitnami Info Page For AWS Cloud -- removes the icon in bottom right of screen. The Bitnami Info Page provides information about installed Bitnami applications and useful links to documentation.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
How To Remove The Banner? To remove the banner link to the Bitnami Info page, follow these steps: | |
(1) Log in to into your server console using SSH and execute the following command. | |
(Remembering to replace APPNAME with the actual name or directory location of your application.) | |
# sudo /opt/bitnami/apps/APPNAME/bnconfig --disable_banner 1 | |
For example, their WORDPRESS installation you would execute: | |
# sudo /opt/bitnami/apps/wordpress/bnconfig --disable_banner 1 | |
(2) Restart the Web server. 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 | |
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. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment