diff options
author | jon+ikiwiki@663db4cb26e845748f3e7e6d51eeb26c6014f1c3 <jonikiwiki@web> | 2017-12-08 17:56:04 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2017-12-08 17:56:04 -0400 |
commit | e49149987ee74c1120971ed0e77c2796c230544c (patch) | |
tree | dcba24da6f8af8494eb4838c63e199f049edd29f /doc | |
parent | 52b9e9f2d4e5dbeec83b7f2011994aa107f9e6da (diff) | |
download | ikiwiki-e49149987ee74c1120971ed0e77c2796c230544c.tar ikiwiki-e49149987ee74c1120971ed0e77c2796c230544c.tar.gz |
possible explanation
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/cgi_redirecting_to_non-https_URL.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
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]] |