Skip to content

Instantly share code, notes, and snippets.

@mtourne
Created December 5, 2012 21:56
Show Gist options
  • Save mtourne/4219847 to your computer and use it in GitHub Desktop.
Save mtourne/4219847 to your computer and use it in GitHub Desktop.
Sample conf for Nginx + Lua
http {
# Lua configuration
lua_package_path "$prefix/?.lua;;";
lua_shared_dict log_dict 1M;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment