(Solved) Re: proxy_pass and path with period

2019-03-20 Thread angelochen960
302 is redirect Posted at Nginx Forum: https://forum.nginx.org/read.php?2,283439,283445#msg-283445 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

proxy_pass and path with period

2019-03-20 Thread angelochen960
Hi, I use proxy_pass to forward everything to a backend: location / { client_max_body_size 4M; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header Host $http_host; proxy_set_header X-NginX-Proxy true; proxy