Fossil SCM
Updating links in www/server/windows/stunnel.md to correct locations.
Commit
65d175aef026d0fe034f8a3a37dab959888c334e11e6444159f825824bff327a
Parent
8264fd75bc13923…
1 file changed
+2
-2
+2
-2
| --- www/server/windows/stunnel.md | ||
| +++ www/server/windows/stunnel.md | ||
| @@ -1,11 +1,11 @@ | ||
| 1 | 1 | # Using stunnel with Fossil on Windows |
| 2 | 2 | |
| 3 | 3 | While there are many ways to configure Fossil as a server using various web |
| 4 | 4 | servers (Apache, IIS, nginx, etc.), this document will focus on setting up a |
| 5 | 5 | minimal Fossil server using only Fossil's native [server |
| 6 | -capabilities](server.wiki#standalone) and [stunnel](https://www.stunnel.org/) | |
| 6 | +capabilities](../any/none.md) and [stunnel](https://www.stunnel.org/) | |
| 7 | 7 | to provide a TLS proxy. It is recommended for public repositories to go to the |
| 8 | 8 | extra step of configuring stunnel to provide a proper HTTPS setup. |
| 9 | 9 | |
| 10 | 10 | ## Assumptions |
| 11 | 11 | |
| @@ -19,11 +19,11 @@ | ||
| 19 | 19 | URLs when used with stunnel as a proxy. Please make sure you are using Fossil |
| 20 | 20 | 2.10 or later on Windows. |
| 21 | 21 | |
| 22 | 22 | ## Configure Fossil Service for https |
| 23 | 23 | |
| 24 | -Following most of [Fossil as a Windows Service](service.md), you will need | |
| 24 | +Following most of [Fossil as a Windows Service](./service.md), you will need | |
| 25 | 25 | to change the command to install the Fossil Service to configure it properly for |
| 26 | 26 | use with stunnel as an https proxy. Run the following instead: |
| 27 | 27 | |
| 28 | 28 | ```PowerShell |
| 29 | 29 | New-Service -Name fossil-secure -DisplayName fossil-secure -BinaryPathName '"C:\Program Files (x86)\FossilSCM\fossil.exe" |
| 30 | 30 |
| --- www/server/windows/stunnel.md | |
| +++ www/server/windows/stunnel.md | |
| @@ -1,11 +1,11 @@ | |
| 1 | # Using stunnel with Fossil on Windows |
| 2 | |
| 3 | While there are many ways to configure Fossil as a server using various web |
| 4 | servers (Apache, IIS, nginx, etc.), this document will focus on setting up a |
| 5 | minimal Fossil server using only Fossil's native [server |
| 6 | capabilities](server.wiki#standalone) and [stunnel](https://www.stunnel.org/) |
| 7 | to provide a TLS proxy. It is recommended for public repositories to go to the |
| 8 | extra step of configuring stunnel to provide a proper HTTPS setup. |
| 9 | |
| 10 | ## Assumptions |
| 11 | |
| @@ -19,11 +19,11 @@ | |
| 19 | URLs when used with stunnel as a proxy. Please make sure you are using Fossil |
| 20 | 2.10 or later on Windows. |
| 21 | |
| 22 | ## Configure Fossil Service for https |
| 23 | |
| 24 | Following most of [Fossil as a Windows Service](service.md), you will need |
| 25 | to change the command to install the Fossil Service to configure it properly for |
| 26 | use with stunnel as an https proxy. Run the following instead: |
| 27 | |
| 28 | ```PowerShell |
| 29 | New-Service -Name fossil-secure -DisplayName fossil-secure -BinaryPathName '"C:\Program Files (x86)\FossilSCM\fossil.exe" |
| 30 |
| --- www/server/windows/stunnel.md | |
| +++ www/server/windows/stunnel.md | |
| @@ -1,11 +1,11 @@ | |
| 1 | # Using stunnel with Fossil on Windows |
| 2 | |
| 3 | While there are many ways to configure Fossil as a server using various web |
| 4 | servers (Apache, IIS, nginx, etc.), this document will focus on setting up a |
| 5 | minimal Fossil server using only Fossil's native [server |
| 6 | capabilities](../any/none.md) and [stunnel](https://www.stunnel.org/) |
| 7 | to provide a TLS proxy. It is recommended for public repositories to go to the |
| 8 | extra step of configuring stunnel to provide a proper HTTPS setup. |
| 9 | |
| 10 | ## Assumptions |
| 11 | |
| @@ -19,11 +19,11 @@ | |
| 19 | URLs when used with stunnel as a proxy. Please make sure you are using Fossil |
| 20 | 2.10 or later on Windows. |
| 21 | |
| 22 | ## Configure Fossil Service for https |
| 23 | |
| 24 | Following most of [Fossil as a Windows Service](./service.md), you will need |
| 25 | to change the command to install the Fossil Service to configure it properly for |
| 26 | use with stunnel as an https proxy. Run the following instead: |
| 27 | |
| 28 | ```PowerShell |
| 29 | New-Service -Name fossil-secure -DisplayName fossil-secure -BinaryPathName '"C:\Program Files (x86)\FossilSCM\fossil.exe" |
| 30 |