Skip to content

Latest commit

 

History

History

openresty

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

openresty

OpenResty® is a dynamic web platform based on NGINX and LuaJIT.

# up and running
$ docker-compose up -d

# edit config
$ vim data/conf.d/default.conf

# check config
$ docker-compose exec openresty openresty -t

# reload config
$ docker-compose exec openresty openresty -s reload