zc.buildout recipe for configuring an nginx server
Project description
The gocept.nginx recipe allows to configure an ngin in buildout:
[ngnix]
recipe = gocept.cmmi
url = http://sysoev.ru/nginx/nginx-0.5.30.tar.gz
md5sum = 804cf3d6583fe820de42c5e7c50d7a1a
[frontend]
recipe = gocept.nginx
hostname = localhost
port = 8080
configuration =
worker_processes 1;
events {
worker_connections 1024;
}
http {
...
Changes
0.9.2 (2008-06-18)
Override accidental -dev release.
0.9.1 (2008-06-18)
Fix configtest command in the generated ctl script.
0.9 (2008-01-14)
Allowing configuration of config file location.
Writing config file in own part by default.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
gocept.nginx-0.9.2.tar.gz
(3.6 kB
view details)
File details
Details for the file gocept.nginx-0.9.2.tar.gz.
File metadata
- Download URL: gocept.nginx-0.9.2.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
813fa202935f32e4074731fdc8104efdd49ec0941fc78d68d54bdc6a52066812
|
|
| MD5 |
6a7757995036606721623a8248f5a27c
|
|
| BLAKE2b-256 |
626d73b44b683247fbb17701dd89d2eb81bfcc65b768c27e3c72d789ee946663
|