最終更新:2025-11-07 (金) 13:10:01 (30d)
Ubuntu/nginx
https://www.nginx.com/resources/wiki/start/topics/tutorials/install/
パッケージ
- Most Linux distributions and BSD variants have NGINX in the usual package repositories and they can be installed via whatever method is normally used to install software (apt-get on Debian, emerge on Gentoo, ports? on FreeBSD, etc).
インストール
- apt install nginx
設定
- 自動で80で起動
設定ファイル
Ubuntu/パッケージ
nginx
- nginxのコマンド
nginx-common
- 設定とか
昔の
nginx-core
- nginx web/proxy server (core version)
nginx-extras?
nginx web/proxy server (extended version)
nginx-full?
- nginx web/proxy server (standard version)
nginx-light?
- nginx web/proxy server (basic version)

