Skip to content

Commit

Permalink
синтаксические ошибки
Browse files Browse the repository at this point in the history
  • Loading branch information
melezhik committed May 29, 2012
1 parent f5f953c commit 225342e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions nginx-fastcgi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ This definition can be used to create nginx site to run your fastcgi application
The definition takes the following params:

* name: specifies a single path (string) where nginx site config will be installed. No default, this must be specified.
* socket: specifies the port or socket on which the FastCGI-server is listening, see http://wiki.nginx.org/HttpFastcgiModule#fastcgi_pass
* socket: specifies the port or socket on which the FastCGI-server is listening, see http://wiki.nginx.org/HttpFastcgiModule#fastcgi_pass. No default, this must be specified.
* static: specifies location of static files (not handled by application, but nginx)
* servers: specifies all virtual hosts to be included into site config
* cookbook: select the template source from the specified cookbook. By default it will use the cookbook where the definition is used.
* fastcgi_param: specifies additional fastcgi_params to be included into location block

See USAGE below.

Expand Down Expand Up @@ -102,7 +103,7 @@ To install nginx site config with static files handle by nginx:
]
end

To install nginx site config with addtional fastcgi_params:
To install nginx site config with additional fastcgi_params:

nginx_fastcgi '/etc/nginx/sites-available/foo.site.conf' do
socket '/tmp/application.socket'
Expand Down
8 changes: 4 additions & 4 deletions nginx-fastcgi/changes.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
0.0.5
===
- changes in interafce:
- static parameter is not array now, and not in servers list
- add root parameter
- ignore :expire parameter
- add optional fastcgi_param parameter
- `static` parameter is not array now, and not in servers list
- add `root` parameter
- `:expire` parameter is no longer in use
- add optional `fastcgi_param` parameter

0.0.4
===
Expand Down

0 comments on commit 225342e

Please sign in to comment.