3
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

nginxのインストール方法【Windows編】

Posted at

仕事でnginxをインストールする必要があり、調べたのでそのまとめ。

nginxの導入

Windowsにnginxをインストールする際の手順は以下の通り。
①nginxのダウンロード
②ダウンロードファイルの展開
③nginxの実行

nginxのダウンロード

nginxの公式サイトからnginxのwindows版をダウンロードします。

ダウンロードファイルの展開

ダウンロードファイルを展開します。
今回はCドライブ直下に展開しました。
nginx_install_windows_02.png

nginxの実行

nginxがあるディレクトリに移動して以下のコマンドで実行します。
nginx_install_windows_03.png

http://127.0.0.1にアクセスするとnginxの初期画面を表示できます。
nginx_install_windows_04.png

3
1
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
3
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?