EC2でNGINX Unitを使う
NGINX Unitについて
- PythonをNGINXで使用したいときに中継サーバーとして使用
- Python,PHP,Go,Perl,Ruby,Node.js,Javaなどに対応
- 同じ言語の複数バージョンを同時に運用可能
- サーバー停止せずに設定変更可能
- 公式ドキュメント
https://unit.nginx.org/installation/
インストール
$ sudo vi /etc/yum.repos.d/unit.repo
[unit]
name=unit repo
baseurl=https://packages.nginx.org/unit/amzn2/$releasever/$basearch/
gpgcheck=0
enabled=1
$ sudo yum install unit
$ sudo yum install unit-devel unit-go unit-jsc8 unit-perl \
unit-php unit-python27 unit-python37
自動再起動設定
sudo systemctl enable unit
再起動
sudo systemctl restart unit
ログファイル
https://unit.nginx.org/installation/
$ sudo vi /etc/yum.repos.d/unit.repo
[unit]
name=unit repo
baseurl=https://packages.nginx.org/unit/amzn2/$releasever/$basearch/
gpgcheck=0
enabled=1
$ sudo yum install unit
$ sudo yum install unit-devel unit-go unit-jsc8 unit-perl \
unit-php unit-python27 unit-python37
自動再起動設定
sudo systemctl enable unit
再起動
sudo systemctl restart unit
ログファイル
sudo systemctl enable unit
sudo systemctl restart unit
ログファイル
/var/log/unit/unit.log
Author And Source
この問題について(EC2でNGINX Unitを使う), 我々は、より多くの情報をここで見つけました https://qiita.com/oho/items/b59480defb3ff07c5c0a著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .