]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
(no commit message)
authorjon+ikiwiki@663db4cb26e845748f3e7e6d51eeb26c6014f1c3 <jonikiwiki@web>
Fri, 8 Dec 2017 21:56:58 +0000 (17:56 -0400)
committeradmin <admin@branchable.com>
Fri, 8 Dec 2017 21:56:58 +0000 (17:56 -0400)
doc/bugs/cgi_redirecting_to_non-https_URL.mdwn

index 5f7570dac80997c3dd27723830ba2e203e358892..abdc676a0360d194fdf6d90f1d056b86e8d6910e 100644 (file)
@@ -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]]