39
25

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 5 years have passed since last update.

[備忘録]nginxのドキュメントルート

Posted at

nginxのドキュメントルート

nginxのドキュメントルートはここです。
root /usr/share/nginx/html

nginxのドキュメントルート変更する方法

設定ファイル書き換える。
root /etc/nginx/confファイルにある、以下の記述を変更したらok

root/etc/nginx/confファイル
location / {
  root /usr/share/nginx/html
}
39
25
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
39
25

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?