Skip to content
This repository has been archived by the owner on Oct 18, 2019. It is now read-only.

Latest commit

 

History

History
21 lines (16 loc) · 348 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 348 Bytes

確認環境の構築

docker-compose build
docker-compose up

動作の確認

curl http://127.0.0.1/mruby-cache
curl http://127.0.0.1/mruby-cache-response
curl http://127.0.0.1/mruby-test
curl http://127.0.0.1/mruby-hello

変更の反映

docker exec -it nginx_mruby_container /usr/local/nginx/sbin/nginx -s reload