Relative Content

Tag Archive for nginxreverse-proxynginx-reverse-proxy

RE: Nginx Reverse Proxy

I have VPS server in godaddy, i run Django projects with gunicorn through my vps server ip url is 208.109.228.90:8003. I hosted dashboard.gearthinc.com in my VPS server.
I recently did a port forwarding from dashboard.gearthinc.com to 208.109.228.90:8003 in GoDaddy and also i did a Nginx reverse proxy
server
{
listen 80;
server_name dashboard.gearthinc.com;