server { listen 8000; server_name ; #client_max_body_size M; #auth_basic "Who's this?"; #auth_basic_user_file /passwds/.htpasswd; location { proxy_pass http://:; include /etc/nginx/conf/proxy_params; } }