Nginx conf templates pack, vhost generator and other.
- SSL and SPDY, Logs agregator, Backup, Private/Public, FastCGI, uWSGI and HTTP Proxy
- lang and frameworks
- php (a lot)
- ruby (rails, sinatra, mruby, etc)
- python (django, etc)
- lua (openresty)
- 3rdPartyModules
- Posts
- Perfomance
You should better read this page and look at generate_nginx_vhost.sh
.
.
├── conf
│ ├── apps
│ │ ├── Lua
│ │ ├── PHP
│ │ ├── Python
│ │ └── Ruby
│ ├── ssl
│ └── upstream
├── log
├── backup
├── private
└── public
- ack-grep - parsing vhost templates
- Add to nginx.conf inside http directive
include /var/www/*/conf/nginx.conf;
- git clone to /var/www/
- Run ./generate_nginx_vhost.sh
- add ssl key generate
- upstream generate
- subdomain
- color output
- ln -s for all log (one lgo directory)
- clue all conf-files in one before start nginx (Sysoev said)
- remove rewrite and other Regex from conf
- add more templates
- PHP
- _php
- _fpm-status
- ecommerce
- opencart
- prestashop
- frameworks
- zend
- yiiframework
- phalcon
- kohanaphp
- drupal6
- CMS, wiki
- dokuwiki
- moodle
- CRM
- SugarCRM
- Vtiger
- https://github.com/Umkus/nginx-boilerplate
- https://github.com/h5bp/server-configs-nginx
- https://github.com/miteshashar/nginx_vhosts
- https://github.com/davinov/ansible-nginx-vhost
- https://github.com/gycklarn/manage_vhost
- https://github.com/maxogden/nginx-vhosts
- https://github.com/maxogden/nginx-reload
- https://github.com/lawrencecurtis/deploy
- https://github.com/mingalar/vhost_generator
- https://github.com/bbg-cookbooks/nginx_vhost
- https://github.com/rstefanov/nginx-vhost PHP FPM
- https://github.com/biozshock/nginx_vhost PHP FPM
- https://github.com/suyb/Nginx_vhost_Flow_Control
-
Lua
-
MRuby github/matsumoto-r
-
Secure
-
Subdomain
-
Tunning
-
Admin
- SaltStack
- http://habrahabr.ru/post/218231/ Russian
- SaltStack