From 808c48d7f08efade0932898d5b030557e7dd4490 Mon Sep 17 00:00:00 2001 From: uriel Date: Sun, 31 May 2009 04:52:59 +0000 Subject: [PATCH] Documentation spelling fixes. --- sites/werc.cat-v.org/docs/web_server_setup/nginx.md | 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.cat-v.org/docs/web_server_setup/nginx.md index 9ae88c3..2416553 100644 --- a/sites/werc.cat-v.org/docs/web_server_setup/nginx.md +++ b/sites/werc.cat-v.org/docs/web_server_setup/nginx.md @@ -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 files will be handled by werc and not nginx, this is cleary dumb, but works: +Here is an extremely basic nginx configuration, with this configuration static files will be handled by werc and not nginx, this is clearly dumb, but works: 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 multiple fcgi/cgi handlers should be easy, if you have any please post them to the werc9 mailing list. +More elaborate setups with direct handling of static files, caching, and multiple fcgi/cgi handlers should be easy, if you have any please post them to the werc9 mailing list.