fix another nginx conf derp
This commit is contained in:
parent
13b36fd741
commit
ba19449461
|
@ -17,6 +17,7 @@ http {
|
||||||
lua_code_cache ${{CODE_CACHE}};
|
lua_code_cache ${{CODE_CACHE}};
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
|
set $_url "";
|
||||||
default_type text/html;
|
default_type text/html;
|
||||||
content_by_lua '
|
content_by_lua '
|
||||||
require("lapis").serve("app")
|
require("lapis").serve("app")
|
||||||
|
|
Loading…
Reference in New Issue