Fossil SCM
Fix a typo in the SCGI documentation.
Commit
6a4127f3ed373f5326e0878203ae533d931b2399
Parent
30a122a05e984e4…
1 file changed
+1
-1
+1
-1
| --- www/server.wiki | ||
| +++ www/server.wiki | ||
| @@ -219,11 +219,11 @@ | ||
| 219 | 219 | rather than just a single repository, work the same way in SCGI mode. |
| 220 | 220 | </p> |
| 221 | 221 | <p> |
| 222 | 222 | For security, it is probably a good idea to add the --localhost option |
| 223 | 223 | to the [/help/server|fossil server] command to prevent Fossil from accepting |
| 224 | -off-site connections. Add one might want to specify the listening TCP port | |
| 224 | +off-site connections. And one might want to specify the listening TCP port | |
| 225 | 225 | number, rather than letting Fossil choose one for itself, just to avoid |
| 226 | 226 | ambiguity. A typical command to start a Fossil SCGI server |
| 227 | 227 | would be something like this: |
| 228 | 228 | <blockquote><pre> |
| 229 | 229 | fossil server $REPOSITORY --scgi --localhost --port 9000 |
| 230 | 230 |
| --- www/server.wiki | |
| +++ www/server.wiki | |
| @@ -219,11 +219,11 @@ | |
| 219 | rather than just a single repository, work the same way in SCGI mode. |
| 220 | </p> |
| 221 | <p> |
| 222 | For security, it is probably a good idea to add the --localhost option |
| 223 | to the [/help/server|fossil server] command to prevent Fossil from accepting |
| 224 | off-site connections. Add one might want to specify the listening TCP port |
| 225 | number, rather than letting Fossil choose one for itself, just to avoid |
| 226 | ambiguity. A typical command to start a Fossil SCGI server |
| 227 | would be something like this: |
| 228 | <blockquote><pre> |
| 229 | fossil server $REPOSITORY --scgi --localhost --port 9000 |
| 230 |
| --- www/server.wiki | |
| +++ www/server.wiki | |
| @@ -219,11 +219,11 @@ | |
| 219 | rather than just a single repository, work the same way in SCGI mode. |
| 220 | </p> |
| 221 | <p> |
| 222 | For security, it is probably a good idea to add the --localhost option |
| 223 | to the [/help/server|fossil server] command to prevent Fossil from accepting |
| 224 | off-site connections. And one might want to specify the listening TCP port |
| 225 | number, rather than letting Fossil choose one for itself, just to avoid |
| 226 | ambiguity. A typical command to start a Fossil SCGI server |
| 227 | would be something like this: |
| 228 | <blockquote><pre> |
| 229 | fossil server $REPOSITORY --scgi --localhost --port 9000 |
| 230 |