Skip to content

arohter/lua-resty-helloworld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

lua-resty-helloworld

server {
  listen 80;
  #lua_code_cache off;

  location /helloworld {
    default_type text/html;
    content_by_lua_file "<%= @lua_path %>/lua-resty-helloworld/lib/resty/helloworld.lua";
  }

}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages