如何在 Apache 服务的 Django 网站中将站点从 http:///SERVER-IP/APP 更改为 http://SERVER-IP
How to change site from http://SERVER-IP/APP to http://SERVER-IP in Apache served Django website
我已经在使用 Apache 的 Bitnami 服务的帮助下在 Google 云中成功部署了一个 Django 网站。
该网站的服务时间为 http://SERVER-IP/APP, how can i configure it to server from http://SERVER-IP?
谢谢
您可以使用bnconfig工具将应用移动到/。以下指南说明了操作方法:
https://docs.bitnami.com/general/faq/configuration/understand-bnconfig/
我在 documentation from bitnami 之后成功了,但是在 ServerName 中使用了我的域名。 Bitnami 的精彩文档,让工作更容易阅读
default apache configuration
我已经在使用 Apache 的 Bitnami 服务的帮助下在 Google 云中成功部署了一个 Django 网站。 该网站的服务时间为 http://SERVER-IP/APP, how can i configure it to server from http://SERVER-IP?
谢谢
您可以使用bnconfig工具将应用移动到/。以下指南说明了操作方法:
https://docs.bitnami.com/general/faq/configuration/understand-bnconfig/
我在 documentation from bitnami 之后成功了,但是在 ServerName 中使用了我的域名。 Bitnami 的精彩文档,让工作更容易阅读 default apache configuration