Fossil SCM
Improved documentation of the --https option on "fossil server".
Commit
3c602dd7f38045cc899302ed7c11d91400ef249b9cf942a4c264061d78549156
Parent
776ce9e6450d276…
1 file changed
+2
-1
+2
-1
| --- src/main.c | ||
| +++ src/main.c | ||
| @@ -2488,11 +2488,12 @@ | ||
| 2488 | 2488 | ** --create Create a new REPOSITORY if it does not already exist |
| 2489 | 2489 | ** --page PAGE Start "ui" on PAGE. ex: --page "timeline?y=ci" |
| 2490 | 2490 | ** --files GLOBLIST Comma-separated list of glob patterns for static files |
| 2491 | 2491 | ** --localauth enable automatic login for requests from localhost |
| 2492 | 2492 | ** --localhost listen on 127.0.0.1 only (always true for "ui") |
| 2493 | -** --https signal a request coming in via https | |
| 2493 | +** --https Indicates that the input is coming through a reverse | |
| 2494 | +** proxy that has already translated HTTPS into HTTP. | |
| 2494 | 2495 | ** --max-latency N Do not let any single HTTP request run for more than N |
| 2495 | 2496 | ** seconds (only works on unix) |
| 2496 | 2497 | ** --nocompress Do not compress HTTP replies |
| 2497 | 2498 | ** --nojail Drop root privileges but do not enter the chroot jail |
| 2498 | 2499 | ** --nossl signal that no SSL connections are available (Always |
| 2499 | 2500 |
| --- src/main.c | |
| +++ src/main.c | |
| @@ -2488,11 +2488,12 @@ | |
| 2488 | ** --create Create a new REPOSITORY if it does not already exist |
| 2489 | ** --page PAGE Start "ui" on PAGE. ex: --page "timeline?y=ci" |
| 2490 | ** --files GLOBLIST Comma-separated list of glob patterns for static files |
| 2491 | ** --localauth enable automatic login for requests from localhost |
| 2492 | ** --localhost listen on 127.0.0.1 only (always true for "ui") |
| 2493 | ** --https signal a request coming in via https |
| 2494 | ** --max-latency N Do not let any single HTTP request run for more than N |
| 2495 | ** seconds (only works on unix) |
| 2496 | ** --nocompress Do not compress HTTP replies |
| 2497 | ** --nojail Drop root privileges but do not enter the chroot jail |
| 2498 | ** --nossl signal that no SSL connections are available (Always |
| 2499 |
| --- src/main.c | |
| +++ src/main.c | |
| @@ -2488,11 +2488,12 @@ | |
| 2488 | ** --create Create a new REPOSITORY if it does not already exist |
| 2489 | ** --page PAGE Start "ui" on PAGE. ex: --page "timeline?y=ci" |
| 2490 | ** --files GLOBLIST Comma-separated list of glob patterns for static files |
| 2491 | ** --localauth enable automatic login for requests from localhost |
| 2492 | ** --localhost listen on 127.0.0.1 only (always true for "ui") |
| 2493 | ** --https Indicates that the input is coming through a reverse |
| 2494 | ** proxy that has already translated HTTPS into HTTP. |
| 2495 | ** --max-latency N Do not let any single HTTP request run for more than N |
| 2496 | ** seconds (only works on unix) |
| 2497 | ** --nocompress Do not compress HTTP replies |
| 2498 | ** --nojail Drop root privileges but do not enter the chroot jail |
| 2499 | ** --nossl signal that no SSL connections are available (Always |
| 2500 |