server { listen 80; server_name ixvd.net; location / { proxy_pass http://ixvd-web$request_uri; } }