2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2026-01-04 03:54:55 +01:00

add openresty

This commit is contained in:
kev
2021-08-27 14:46:13 +08:00
parent b47ca6fb2a
commit cfb356646e
9 changed files with 1555 additions and 12 deletions

20
openresty/README.md Normal file
View File

@@ -0,0 +1,20 @@
openresty
=========
[OpenResty®][1] is a dynamic web platform based on NGINX and LuaJIT.
```bash
# 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
```
[1]: https://openresty.org/