# nginx_lua_module **Repository Path**: alacner/nginx_lua_module ## Basic Information - **Project Name**: nginx_lua_module - **Description**: You can be very simple to execute lua code for nginx - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-31 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README -- example: lua_file "/usr/local/nginx/conf/test.lua"; location ~/test { lua_file "/usr/local/nginx/conf/test.lua"; }