Daily Archives: July 19, 2018

nginx error redirect

location / { proxy_pass http://some_servers; proxy_redirect off; proxy_next_upstream error timeout invalid_header http_500 http_404; proxy_connect_timeout 2; proxy_set_header Host... Read More | Share it now!