Fossil SCM
Update SCGI docs based on feedback from the mailing list.
Commit
5b5cbfc92628787d551ac1e9936438b6fdb80c90
Parent
16ef8ee9f9ca82d…
1 file changed
+1
+1
| --- www/scgi.wiki | ||
| +++ www/scgi.wiki | ||
| @@ -15,10 +15,11 @@ | ||
| 15 | 15 | <blockquote><pre> |
| 16 | 16 | location ~ ^/demo_project/ { |
| 17 | 17 | include scgi_params; |
| 18 | 18 | scgi_pass localhost:9000; |
| 19 | 19 | scgi_param SCRIPT_NAME "/demo_project"; |
| 20 | + scgi_param HTTPS "on"; | |
| 20 | 21 | } |
| 21 | 22 | </pre></blockquote> |
| 22 | 23 | |
| 23 | 24 | Note that Nginx does not normally send either the PATH_INFO or SCRIPT_NAME |
| 24 | 25 | variables via SCGI, but Fossil needs one or the other. So the configuration |
| 25 | 26 |
| --- www/scgi.wiki | |
| +++ www/scgi.wiki | |
| @@ -15,10 +15,11 @@ | |
| 15 | <blockquote><pre> |
| 16 | location ~ ^/demo_project/ { |
| 17 | include scgi_params; |
| 18 | scgi_pass localhost:9000; |
| 19 | scgi_param SCRIPT_NAME "/demo_project"; |
| 20 | } |
| 21 | </pre></blockquote> |
| 22 | |
| 23 | Note that Nginx does not normally send either the PATH_INFO or SCRIPT_NAME |
| 24 | variables via SCGI, but Fossil needs one or the other. So the configuration |
| 25 |
| --- www/scgi.wiki | |
| +++ www/scgi.wiki | |
| @@ -15,10 +15,11 @@ | |
| 15 | <blockquote><pre> |
| 16 | location ~ ^/demo_project/ { |
| 17 | include scgi_params; |
| 18 | scgi_pass localhost:9000; |
| 19 | scgi_param SCRIPT_NAME "/demo_project"; |
| 20 | scgi_param HTTPS "on"; |
| 21 | } |
| 22 | </pre></blockquote> |
| 23 | |
| 24 | Note that Nginx does not normally send either the PATH_INFO or SCRIPT_NAME |
| 25 | variables via SCGI, but Fossil needs one or the other. So the configuration |
| 26 |