http {
lua_package_path "/pathto/quick-x-server/src/?.lua;;";
...
server {
listen 8088 so_keepalive=on;
...
location /test {
root /pathto/quick-x-server/src/server;
lua_code_cache off;
lua_socket_log_errors off;
lua_check_client_abort on;
content_by_lua_file /pathto/quick-x-server/src/server/bootstrap.lua;
}
}
}
forked from lhwork/ngx-lua-webapp-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
quqiufeng/quick-x-server
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Lua webapp framework for Nginx-Lua
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published