Fossil SCM

Update SCGI docs based on feedback from the mailing list.

mistachkin 2016-04-12 14:19 trunk
Commit 5b5cbfc92628787d551ac1e9936438b6fdb80c90
1 file changed +1
--- www/scgi.wiki
+++ www/scgi.wiki
@@ -15,10 +15,11 @@
1515
<blockquote><pre>
1616
location ~ ^/demo_project/ {
1717
include scgi_params;
1818
scgi_pass localhost:9000;
1919
scgi_param SCRIPT_NAME "/demo_project";
20
+ scgi_param HTTPS "on";
2021
}
2122
</pre></blockquote>
2223
2324
Note that Nginx does not normally send either the PATH_INFO or SCRIPT_NAME
2425
variables via SCGI, but Fossil needs one or the other. So the configuration
2526
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button