我如何删除 Ghost CMS 上的 binami 角标
How can i Remove binami corner banner on Ghost CMS
我尝试了很多次使用 ssh 删除此横幅,但 ssh 始终显示在 bnconfig 中未找到。
enter image description here
查看文档 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. sudo /opt/bitnami/apps/APPNAME/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.
我已经从 GCP Marketplace 安装了 Ghost Certified by Bitnami,发现命令 sudo /opt/bitnami/apps/ghost/bnconfig --disable_banner 1
.
没有问题
如果您仍然遇到此问题,您可以尝试从 Marketplace or/and 重新安装 Ghost CMS 达到 Bitnami Community。
我尝试了很多次使用 ssh 删除此横幅,但 ssh 始终显示在 bnconfig 中未找到。 enter image description here
查看文档 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.
sudo /opt/bitnami/apps/APPNAME/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.
我已经从 GCP Marketplace 安装了 Ghost Certified by Bitnami,发现命令 sudo /opt/bitnami/apps/ghost/bnconfig --disable_banner 1
.
如果您仍然遇到此问题,您可以尝试从 Marketplace or/and 重新安装 Ghost CMS 达到 Bitnami Community。