https://github.com/mindreframer/vagrant-varnish-nginx-lua
Test varnish and some stuff
https://github.com/mindreframer/vagrant-varnish-nginx-lua
Last synced: 8 months ago
JSON representation
Test varnish and some stuff
- Host: GitHub
- URL: https://github.com/mindreframer/vagrant-varnish-nginx-lua
- Owner: mindreframer
- License: gpl-3.0
- Created: 2013-02-20T10:35:39.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-06-12T16:59:05.000Z (almost 13 years ago)
- Last Synced: 2025-08-11T21:34:47.112Z (8 months ago)
- Language: Puppet
- Size: 418 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vagrant-Varnish-Nginx-Lua -> OpenResty FTW!
## Problem
Installed software:
- Openresty with Luajit (1.2.7.3)
- LuaRocks (2.0.12)
- Redis (2.6.11)
- Memcache
- RVM with Ruby 2.0.0-turbo
- Varnish 3.0.3
- Postgres (9.2)
You want to play with Nginx, Redis, LUA, Varnish to make your site fly. But setting it up on you local machine is major PITA. Well.... Use Vagrant!
## How to use
## Contribute
Patches and suggestions welcome.
## Issues
Please raise issues via the github issue tracker.
## License
Please see the [LICENSE](https://github.com/mindreframer/vagrant-varnish-nginx-lua/blob/master/LICENSE)
file.
[Vagrant]: http://vagrantup.com
[Puppet]: http://puppetlabs.com
## Inspiration:
- https://github.com/torhve/Amatyr (Openresty with Postgres)
- http://wdicc.com/intro-openresty/ (Posgres + )
- http://agentzh.org/misc/slides/ngx-openresty-ecosystem/
- http://agentzh.org/misc/slides/ngx-openresty-ecosystem.pdf
- https://github.com/samalba/hipache-nginx
- http://www.londonlua.org/scripting_nginx_with_lua/slides.html
- http://skillsmatter.com/podcast/home/scripting-nginx-with-lua
- http://www.slideshare.net/TonyFabeen/nginx-scripting-extending-nginx-functionalities-with-lua
- http://mikeferrier.com/2011/05/14/my-beautiful-dark-twisted-reverse-proxy-LRU-cache/