Fossil SCM
Fixed a few references to the obsolete tls-nginx.md doc. (It became part of the overall nginx.md server doc long ago.)
Commit
780b58bccf8ae2fe8ddb622ed353598fdce37b24e4a1614f233a73cb47446bac
Parent
1cbcb38cc9b6de0…
2 files changed
+3
-2
+2
-3
+3
-2
| --- www/defcsp.md | ||
| +++ www/defcsp.md | ||
| @@ -257,12 +257,12 @@ | ||
| 257 | 257 | keep in mind that it is the browser’s notion of “self” that matters |
| 258 | 258 | here, not Fossil’s. All resources come from the same Internet |
| 259 | 259 | domain, so the browser cannot distinguish Fossil-provided content |
| 260 | 260 | from static content served directly by the proxy server. |
| 261 | 261 | |
| 262 | - This method opens up many other potential benefits, such as [TLS | |
| 263 | - encryption](./tls-nginx.md), high-performance tuning via custom HTTP | |
| 262 | + This method opens up many other potential benefits, such as | |
| 263 | + [TLS encryption][tls], high-performance tuning via custom HTTP | |
| 264 | 264 | headers, integration with other web technologies like PHP, etc. |
| 265 | 265 | |
| 266 | 266 | You might wonder why we rank in-repo content as most preferred above. It |
| 267 | 267 | is because the first two options are the only ones that cause such |
| 268 | 268 | resources to be included in an initial clone or in subsequent repo |
| @@ -300,10 +300,11 @@ | ||
| 300 | 300 | [fp]: ./forum.wiki |
| 301 | 301 | [ru]: /help?cmd=/raw |
| 302 | 302 | [spof]: https://en.wikipedia.org/wiki/Single_point_of_failure |
| 303 | 303 | [tkt]: ./tickets.wiki |
| 304 | 304 | [tn]: ./event.wiki |
| 305 | +[tls]: ./server/debian/nginx.md | |
| 305 | 306 | [uu]: /help?cmd=/uv |
| 306 | 307 | [uv]: ./unvers.wiki |
| 307 | 308 | [wiki]: ./wikitheory.wiki |
| 308 | 309 | |
| 309 | 310 | |
| 310 | 311 |
| --- www/defcsp.md | |
| +++ www/defcsp.md | |
| @@ -257,12 +257,12 @@ | |
| 257 | keep in mind that it is the browser’s notion of “self” that matters |
| 258 | here, not Fossil’s. All resources come from the same Internet |
| 259 | domain, so the browser cannot distinguish Fossil-provided content |
| 260 | from static content served directly by the proxy server. |
| 261 | |
| 262 | This method opens up many other potential benefits, such as [TLS |
| 263 | encryption](./tls-nginx.md), high-performance tuning via custom HTTP |
| 264 | headers, integration with other web technologies like PHP, etc. |
| 265 | |
| 266 | You might wonder why we rank in-repo content as most preferred above. It |
| 267 | is because the first two options are the only ones that cause such |
| 268 | resources to be included in an initial clone or in subsequent repo |
| @@ -300,10 +300,11 @@ | |
| 300 | [fp]: ./forum.wiki |
| 301 | [ru]: /help?cmd=/raw |
| 302 | [spof]: https://en.wikipedia.org/wiki/Single_point_of_failure |
| 303 | [tkt]: ./tickets.wiki |
| 304 | [tn]: ./event.wiki |
| 305 | [uu]: /help?cmd=/uv |
| 306 | [uv]: ./unvers.wiki |
| 307 | [wiki]: ./wikitheory.wiki |
| 308 | |
| 309 | |
| 310 |
| --- www/defcsp.md | |
| +++ www/defcsp.md | |
| @@ -257,12 +257,12 @@ | |
| 257 | keep in mind that it is the browser’s notion of “self” that matters |
| 258 | here, not Fossil’s. All resources come from the same Internet |
| 259 | domain, so the browser cannot distinguish Fossil-provided content |
| 260 | from static content served directly by the proxy server. |
| 261 | |
| 262 | This method opens up many other potential benefits, such as |
| 263 | [TLS encryption][tls], high-performance tuning via custom HTTP |
| 264 | headers, integration with other web technologies like PHP, etc. |
| 265 | |
| 266 | You might wonder why we rank in-repo content as most preferred above. It |
| 267 | is because the first two options are the only ones that cause such |
| 268 | resources to be included in an initial clone or in subsequent repo |
| @@ -300,10 +300,11 @@ | |
| 300 | [fp]: ./forum.wiki |
| 301 | [ru]: /help?cmd=/raw |
| 302 | [spof]: https://en.wikipedia.org/wiki/Single_point_of_failure |
| 303 | [tkt]: ./tickets.wiki |
| 304 | [tn]: ./event.wiki |
| 305 | [tls]: ./server/debian/nginx.md |
| 306 | [uu]: /help?cmd=/uv |
| 307 | [uv]: ./unvers.wiki |
| 308 | [wiki]: ./wikitheory.wiki |
| 309 | |
| 310 | |
| 311 |
+2
-3
| --- www/server/any/scgi.md | ||
| +++ www/server/any/scgi.md | ||
| @@ -59,13 +59,12 @@ | ||
| 59 | 59 | * [macOS (launchd)](../macos/service.md) |
| 60 | 60 | * [xinetd](../any/xinetd.md) |
| 61 | 61 | * [inetd](../any/inetd.md) |
| 62 | 62 | |
| 63 | 63 | We go into more detail on nginx service setup with Fossil in our |
| 64 | -[Debian/Ubuntu specific guide](../debian/nginx.md). Then in [a later | |
| 65 | -article](../../tls-nginx.md) that builds upon that, we show how to add | |
| 66 | -TLS encryption to this basic SCGI + nginx setup on Debian type OSes. | |
| 64 | +[Debian/Ubuntu specific guide](../debian/nginx.md), which also | |
| 65 | +gets you TLS service. | |
| 67 | 66 | |
| 68 | 67 | Similarly, our [OpenBSD specific guide](../openbsd/fastcgi.md) details how |
| 69 | 68 | to setup a Fossil server using httpd and FastCGI on OpenBSD. |
| 70 | 69 | |
| 71 | 70 | *[Return to the top-level Fossil server article.](../)* |
| 72 | 71 |
| --- www/server/any/scgi.md | |
| +++ www/server/any/scgi.md | |
| @@ -59,13 +59,12 @@ | |
| 59 | * [macOS (launchd)](../macos/service.md) |
| 60 | * [xinetd](../any/xinetd.md) |
| 61 | * [inetd](../any/inetd.md) |
| 62 | |
| 63 | We go into more detail on nginx service setup with Fossil in our |
| 64 | [Debian/Ubuntu specific guide](../debian/nginx.md). Then in [a later |
| 65 | article](../../tls-nginx.md) that builds upon that, we show how to add |
| 66 | TLS encryption to this basic SCGI + nginx setup on Debian type OSes. |
| 67 | |
| 68 | Similarly, our [OpenBSD specific guide](../openbsd/fastcgi.md) details how |
| 69 | to setup a Fossil server using httpd and FastCGI on OpenBSD. |
| 70 | |
| 71 | *[Return to the top-level Fossil server article.](../)* |
| 72 |
| --- www/server/any/scgi.md | |
| +++ www/server/any/scgi.md | |
| @@ -59,13 +59,12 @@ | |
| 59 | * [macOS (launchd)](../macos/service.md) |
| 60 | * [xinetd](../any/xinetd.md) |
| 61 | * [inetd](../any/inetd.md) |
| 62 | |
| 63 | We go into more detail on nginx service setup with Fossil in our |
| 64 | [Debian/Ubuntu specific guide](../debian/nginx.md), which also |
| 65 | gets you TLS service. |
| 66 | |
| 67 | Similarly, our [OpenBSD specific guide](../openbsd/fastcgi.md) details how |
| 68 | to setup a Fossil server using httpd and FastCGI on OpenBSD. |
| 69 | |
| 70 | *[Return to the top-level Fossil server article.](../)* |
| 71 |