From ba194494618fc21775636122a5335ed9d33584cc Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sat, 31 Jan 2015 21:07:58 -0800 Subject: [PATCH] fix another nginx conf derp --- nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/nginx.conf b/nginx.conf index 06a546e..fb218d7 100644 --- a/nginx.conf +++ b/nginx.conf @@ -17,6 +17,7 @@ http { lua_code_cache ${{CODE_CACHE}}; location / { + set $_url ""; default_type text/html; content_by_lua ' require("lapis").serve("app")