mirror of
https://github.com/vimagick/dockerfiles.git
synced 2026-01-04 03:54:55 +01:00
add openresty
This commit is contained in:
20
openresty/README.md
Normal file
20
openresty/README.md
Normal 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/
|
||||
Reference in New Issue
Block a user