From: jon+ikiwiki@663db4cb26e845748f3e7e6d51eeb26c6014f1c3 Date: Fri, 8 Dec 2017 21:56:04 +0000 (-0400) Subject: possible explanation X-Git-Tag: 3.20180105~15 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/e49149987ee74c1120971ed0e77c2796c230544c possible explanation --- diff --git a/doc/bugs/cgi_redirecting_to_non-https_URL.mdwn b/doc/bugs/cgi_redirecting_to_non-https_URL.mdwn index fe895c859..5f7570dac 100644 --- a/doc/bugs/cgi_redirecting_to_non-https_URL.mdwn +++ b/doc/bugs/cgi_redirecting_to_non-https_URL.mdwn @@ -25,3 +25,8 @@ Response Headers The CGI is served by lighttpd, but the whole site is front-ended by nginx, which reverse-proxies to lighttpd. +---- + +I think this might be to do with nginx not rewriting POST URLs when reverse-proxying, but I'm not sure why +they would be generated in an HTTP form in any case, except perhaps by lighttpd's CGI handler since the back +end is HTTP. -- [[Users/Jon]]