aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/cgi_redirecting_to_non-https_URL.mdwn
diff options
context:
space:
mode:
authorjon+ikiwiki@663db4cb26e845748f3e7e6d51eeb26c6014f1c3 <jonikiwiki@web>2017-12-08 17:56:58 -0400
committeradmin <admin@branchable.com>2017-12-08 17:56:58 -0400
commit94d358724e308bc4e8fe420328b85b2eb00455c5 (patch)
tree4059dc2e5dc295316e472738511b40dbf93b5e8e /doc/bugs/cgi_redirecting_to_non-https_URL.mdwn
parente49149987ee74c1120971ed0e77c2796c230544c (diff)
downloadikiwiki-94d358724e308bc4e8fe420328b85b2eb00455c5.tar
ikiwiki-94d358724e308bc4e8fe420328b85b2eb00455c5.tar.gz
Diffstat (limited to 'doc/bugs/cgi_redirecting_to_non-https_URL.mdwn')
-rw-r--r--doc/bugs/cgi_redirecting_to_non-https_URL.mdwn3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/bugs/cgi_redirecting_to_non-https_URL.mdwn b/doc/bugs/cgi_redirecting_to_non-https_URL.mdwn
index 5f7570dac..abdc676a0 100644
--- a/doc/bugs/cgi_redirecting_to_non-https_URL.mdwn
+++ b/doc/bugs/cgi_redirecting_to_non-https_URL.mdwn
@@ -29,4 +29,5 @@ The CGI is served by lighttpd, but the whole site is front-ended by nginx, which
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]]
+end is HTTP. A workaround is for nginx to redirect any HTTP URI to the HTTPS equivalent. I initially disabled
+that so as to have the path for letsencrypt negotiation not redirected.-- [[Users/Jon]]