server { listen 80; location /some/path/ { proxy_pass http://example.com; } }