server { listen 80; server_name subdomain.example.com; location / { proxy_pass http://ip_addr; include common.conf; } }