Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Improved documentation of the --https option on "fossil server". |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
3c602dd7f38045cc899302ed7c11d914 |
| User & Date: | drh 2019-07-18 22:45:22.595 |
Context
|
2019-07-19
| ||
| 15:39 | Moved the comment about patch files in fossil-v-git down to a footnote and expanded on the point. It isn't a Git vs Fossil difference, but we need to explain why "just use a patch file" isn't a good answer to the common "allow easy drive-by contributions" wish. check-in: 4dcbd09fea user: wyoung tags: trunk | |
| 03:52 | Update list of known settings which had diverged due to newly added features. check-in: 72e71e904d user: andybradford tags: test-updates | |
|
2019-07-18
| ||
| 22:45 | Improved documentation of the --https option on "fossil server". check-in: 3c602dd7f3 user: drh tags: trunk | |
| 17:45 | In the hierarchical forum display, make sure that the edited post number is displayed, not the original post number. check-in: 776ce9e645 user: drh tags: trunk | |
Changes
Changes to src/main.c.
| ︙ | ︙ | |||
2486 2487 2488 2489 2490 2491 2492 | ** Options: ** --baseurl URL Use URL as the base (useful for reverse proxies) ** --create Create a new REPOSITORY if it does not already exist ** --page PAGE Start "ui" on PAGE. ex: --page "timeline?y=ci" ** --files GLOBLIST Comma-separated list of glob patterns for static files ** --localauth enable automatic login for requests from localhost ** --localhost listen on 127.0.0.1 only (always true for "ui") | | > | 2486 2487 2488 2489 2490 2491 2492 2493 2494 2495 2496 2497 2498 2499 2500 2501 | ** Options: ** --baseurl URL Use URL as the base (useful for reverse proxies) ** --create Create a new REPOSITORY if it does not already exist ** --page PAGE Start "ui" on PAGE. ex: --page "timeline?y=ci" ** --files GLOBLIST Comma-separated list of glob patterns for static files ** --localauth enable automatic login for requests from localhost ** --localhost listen on 127.0.0.1 only (always true for "ui") ** --https Indicates that the input is coming through a reverse ** proxy that has already translated HTTPS into HTTP. ** --max-latency N Do not let any single HTTP request run for more than N ** seconds (only works on unix) ** --nocompress Do not compress HTTP replies ** --nojail Drop root privileges but do not enter the chroot jail ** --nossl signal that no SSL connections are available (Always ** set by default for the "ui" command) ** --notfound URL Redirect |
| ︙ | ︙ |