Fossil

History of www/server/debian/nginx.md of c6a033cea66f8c02
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History of file www/server/debian/nginx.md at check-in c6a033cea66f8c02

2021-09-17
02:02
Converted all uses of the [https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#attr-name | obsolete] named anchor feature from HTML before 4.0 to use fragment identifiers instead. (<tt>www/*</tt> subtree only.) Where possible, changed constructs like <verbatim><a name="foo"></a><h3></verbatim> to <verbatim><h3 id="foo"></verbatim> Also fixed a few cases where the link target came after a header so the browser would scroll the header off the screen when visiting the targeted section. Added a 50em pad at the bottom of one such edited doc to allow the intra-doc link targets to be useful since it's a short enough doc that on sufficiently tall browser windows, scrolling isn't possible, so using those anchors has no visible effect. ... (file: [dee03f099b] check-in: [93cee1f56e] user: wyoung branch: trunk, size: 27383)
2020-12-02
19:06
Clarified the intro to the new fail2ban section of the nginx-on-Debian doc. ... (file: [3a2bf01985] check-in: [162b7abbe0] user: wyoung branch: trunk, size: 27401)
18:51
Added section to the nginx-on-Debian server guide to cover client_max_body_size with `fossil uv sync`. ... (file: [1cd389311c] check-in: [bd8d43767b] user: wyoung branch: trunk, size: 26997)
2020-11-16
02:42
Small tweaks to the Debian nginx doc. ... (file: [0e4c450c2f] check-in: [14406b7ca2] user: wyoung branch: trunk, size: 26358)
02:30
Added section #fail2ban to the Debian nginx server guide. ... (file: [f2903bfdf3] check-in: [46d5fd16ad] user: wyoung branch: trunk, size: 26206)
02:05
Moved the www/tls-nginx.md doc contents into its companion doc www/server/debian/nginx.md and updated it for Ubuntu 20.04 LTS and Snap-based Certbot. ... (file: [aa288df4d9] check-in: [0e63df1490] user: wyoung branch: trunk, size: 24811)
2020-06-01
01:14
Folded info from forum thread https://www.fossil-scm.org/forum/forumpost/b770d8edc4 into the Debian/nginx service docs. ... (file: [9ed22c1951] check-in: [4b98322350] user: wyoung branch: trunk, size: 8913)
2019-08-25
13:24
Added HTTP proxying info to Debian nginx server setup guide. ... (file: [f9e435dd85] check-in: [c6a033cea6] user: wyoung branch: trunk, size: 9043)
12:39
Replaced the content of "Running Fossil in SCGI Mode" within www/server/debian/nginx.md with references to our other Fossil server docs. This also reduces the prior focus of this section on fslsrv to a single sentence, since we now prefer the systemd option, now that we have it. ... (file: [b96c1e95bf] check-in: [a4bb92f791] user: wyoung branch: trunk, size: 8120)
12:29
Swapped the simple foo.net "whole site is Fossil" example in www/server/debian/nginx.md for the more complicated example.com one where only /code is served by Fossil. This is probably going to be more common, and it shows off the important detail of setting SCRIPT_NAME properly. Made a minor adjustment to any/scgi.md to track this change, so there is not a pointless difference between these two nginx configs. ... (file: [ff7e853b81] check-in: [653e90ca62] user: wyoung branch: trunk, size: 9584)
2019-08-19
00:30
Added links back to the top-level www/server/index.html article from the tail end of www/server/*/*.md. ... (file: [a5ab3e5351] check-in: [0f6f151dd3] user: wyoung branch: server-docs, size: 9210)
2019-08-16
10:19
Several small refinements to prior check-ins. ... (file: [4bcb2be1d9] check-in: [16e3cff648] user: wyoung branch: server-docs, size: 9153)
09:15
Split the HTTP-only parts out of www/tls-nginx.md into a new document discussing only the reverse-proxying of `fossil --scgi` to HTTP using nginx on Debian type OSes. That material is now in www/server/debian/nginx.md, which is referred to from www/server.wiki. While in there, did a bit of prose polishing on this old guide. ... (file: [bffcb73df5] check-in: [2baa8151d7] user: wyoung branch: server-docs, size: 9142)