
sudo apt update
sudo apt install openresty
sudo systemctl stop openresty
sudo systemctl disable openresty
sudo systemctl status openresty
cat conf/nginx.conf

開始
nginx -p $(pwd) -c conf/nginx.conf
停止(ここでは実行しない)
nginx -p $(pwd) -s stop

ファイアウォール
sudo ufw allow 8080/tcp
sudo ufw status
URLを開く
