LoginSignup
1
0

More than 5 years have passed since last update.

nginxunit 触ってみただけ

Posted at

公式のリファレンス見ながらDockerfile書いた。

リポジトリ

設定の反映・変更

curl でローカルホスト(nginxunitソケット)にリクエストを送ると更新される。

curl \
    -X PUT \
    -d @/etc/unit/config.json \
    --unix-socket /run/control.unit.sock http://localhost/

nginxunitソケットが80番をリッスンしてるわけじゃないので外部からは操作できない。で合ってる?

いろいろ追記していきたい。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0