server { listen 80; server_name web.argus.com; location / { proxy_pass http://web.argus.com; } }