server { listen 8000; server_name ; client_max_body_size M; location / { proxy_pass http://:; include /etc/nginx/conf/proxy_params; } }