Skip to content

Latest commit

 

History

History
29 lines (14 loc) · 696 Bytes

README.md

File metadata and controls

29 lines (14 loc) · 696 Bytes

ffmpeg + openresty(redis, lua, etc)

openresty

openresty

/usr/local/openresty にインストールされる

/usr/local/openresty/nginx/ 以下にnginxに関わるのファイルが入っている。

nginx.conf.template

なぜ template

起動スクリプトappinit が実行されると

nginx.conf.template{{ XXX }} とされた部分が

環境変数XXX の値と置き換わり nginx.conf として保存されるようになっている。

include

  • http ディレクティブ外で include /usr/local/openresty/nginx/conf/rtmp_conf/*.conf
  • http ディレクティブ内で include /usr/local/openresty/nginx/conf/server_conf/*.conf