fix another nginx conf derp

This commit is contained in:
Christine Dodrill 2015-01-31 21:07:58 -08:00
parent 13b36fd741
commit ba19449461
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ http {
lua_code_cache ${{CODE_CACHE}};
location / {
set $_url "";
default_type text/html;
content_by_lua '
require("lapis").serve("app")