mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-21 17:56:53 +02:00
.. | ||
data | ||
docker-compose.yml | ||
README.md |
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