LoginSignup
1
0

More than 1 year has passed since last update.

AWS環境(EC2)にnginxをインストールする方法・Cài đặt nginx trên môi trường AWS

Last updated at Posted at 2022-08-10

パッケージアップデート
$ sudo yum update

インストール
$ sudo amazon-linux-extras enable nginx1
$ sudo yum install nginx -y
$ nginx -v

起動
$ sudo systemctl start nginx
$ sudo systemctl status nginx

自動起動設定
$ sudo systemctl enable nginx

nginxのドキュメントルート設定
$ vi /etc/nginx/nginx.conf

nginx https folder
/usr/share/nginx/html

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