An open API service indexing awesome lists of open source software.

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

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/