add notification for new post in thread
This commit is contained in:
@ -19,6 +19,7 @@ http {
|
||||
lua_code_cache ${{CODE_CACHE}};
|
||||
|
||||
location / {
|
||||
lua_check_client_abort on;
|
||||
default_type text/html;
|
||||
content_by_lua_block {
|
||||
require("lapis").serve("app")
|
||||
|
Reference in New Issue
Block a user