ref: 16bf8cf80e5617bedc3afca9843abc738c59a134
parent: c3e4dc06f3e02280796e6009bd8e70118051f2bc
author: sl <uriel@engel.se.cat-v.org>
date: Sun May 31 00:52:59 EDT 2009
Documentation spelling fixes.
--- 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 @@
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 @@
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.