I have successfully deployed a Django Website in Google Cloud with the help of Bitnami serving using Apache.
The site is served at http://SERVER-IP/APP, how can i configure it to server from http://SERVER-IP?
Thanks
I have successfully deployed a Django Website in Google Cloud with the help of Bitnami serving using Apache.
The site is served at http://SERVER-IP/APP, how can i configure it to server from http://SERVER-IP?
Thanks
2
Answers
i succeeded following this documentation from bitnami but using my domain name in the ServerName . awesome documentation by Bitnami, to make work easy read on default apache configuration
You can use the bnconfig tool to move the application to /. The following guide explains how:
https://docs.bitnami.com/general/faq/configuration/understand-bnconfig/