Fossil SCM

Missed a place where the SCGI docs needed updating.

mistachkin 2016-04-15 19:46 trunk
Commit 13f6887bc3b7bd6ba27cb96d11e995112062f11e
1 file changed +1
--- www/server.wiki
+++ www/server.wiki
@@ -227,10 +227,11 @@
227227
<blockquote><pre>
228228
location /demo_project/ {
229229
include scgi_params;
230230
scgi_pass localhost:9000;
231231
scgi_param SCRIPT_NAME "/demo_project";
232
+ scgi_param HTTPS "on";
232233
}
233234
</pre></blockquote>
234235
<p>
235236
Note that Fossil requires the SCRIPT_NAME variable
236237
in order to function properly, but Nginx does not provide this
237238
--- www/server.wiki
+++ www/server.wiki
@@ -227,10 +227,11 @@
227 <blockquote><pre>
228 location /demo_project/ {
229 include scgi_params;
230 scgi_pass localhost:9000;
231 scgi_param SCRIPT_NAME "/demo_project";
 
232 }
233 </pre></blockquote>
234 <p>
235 Note that Fossil requires the SCRIPT_NAME variable
236 in order to function properly, but Nginx does not provide this
237
--- www/server.wiki
+++ www/server.wiki
@@ -227,10 +227,11 @@
227 <blockquote><pre>
228 location /demo_project/ {
229 include scgi_params;
230 scgi_pass localhost:9000;
231 scgi_param SCRIPT_NAME "/demo_project";
232 scgi_param HTTPS "on";
233 }
234 </pre></blockquote>
235 <p>
236 Note that Fossil requires the SCRIPT_NAME variable
237 in order to function properly, but Nginx does not provide this
238

Keyboard Shortcuts

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