
按照以下步骤移除Bitnami的“叶子”;To remove the banner link to the Bitnami Info page, follow these steps:
通过SSH登入服务器操作台,按照如下指令去除标注,记得在指令中的APPNAME不是实指,而是需要你自己把指定的应用名字替换进去,要想知道哪些应用名字ls /opt/bitnami/apps 执行完就能看到三个应用 bitnami phpmyadmin wordpress
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.
sudo /opt/bitnami/apps/wordpress/bnconfig --disable_banner 1
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.