Question
How to assign a subdomain to my Django project on Digital ocean Droplet?
We already have a website called X.com
. Now i am building a Django App on a Digital ocean Droplet. i am able to access it using the ip-address.
But we want to have it called reporting.X.com
for sharing it with our users.
On my domain providers, I already added an A
record like the below
Host- reporting
Type - A
Content - <ip-address> of digital ocean droplet
However, I keep getting the following message when i try to access reporting.X.com
.
Welcome to nginx!
If you see this page, the nginx web server is successfully installed and working. Further configuration is required.
For online documentation and support please refer to nginx.org.
Commercial support is available at nginx.com.
Thank you for using nginx.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×