| Documentation spelling fixes. - swerc - anselm's simpler werc fork | |
| git clone git://git.suckless.org/swerc | |
| Log | |
| Files | |
| Refs | |
| README | |
| --- | |
| commit 767545fa8323a41a95ee8f5376d468e748c0c33c | |
| parent f4bcc796044b7ca0eb12236cf1ff9ac2a3dbe3a3 | |
| Author: uriel@soma <unknown> | |
| Date: Sun, 31 May 2009 04:52:59 +0000 | |
| Documentation spelling fixes. | |
| Diffstat: | |
| M sites/werc.cat-v.org/docs/web_serv… | 4 ++-- | |
| 1 file changed, 2 insertions(+), 2 deletions(-) | |
| --- | |
| diff --git a/sites/werc.cat-v.org/docs/web_server_setup/nginx.md b/sites/werc.c… | |
| @@ -3,7 +3,7 @@ Setup werc with NGINX | |
| You probably will want to to use fcgiwrap, called from spawn-fcgi or similar. | |
| -Here is an extremely basic nginx configuration, with this configuration static… | |
| +Here is an extremely basic nginx configuration, with this configuration static… | |
| worker_processes 1; | |
| @@ -93,4 +93,4 @@ Then you can use spawn-fcgi or similar to get wrapcgi going: | |
| Other Setups | |
| ------------ | |
| -More ellaborate setups with direct handling of static files, caching, and mult… | |
| +More elaborate setups with direct handling of static files, caching, and multi… |