| 49行目: | 49行目: | ||
--http-scgi-temp-path=/<NginXのインストールディレクトリ>/scgi/ \ | --http-scgi-temp-path=/<NginXのインストールディレクトリ>/scgi/ \ | ||
--with-perl_modules_path=/<NginXのインストールディレクトリ>/Perl \ | --with-perl_modules_path=/<NginXのインストールディレクトリ>/Perl \ | ||
--with-threads --with-file-aio --with-pcre --with-pcre-jit \ | --with-threads --with-file-aio --with-pcre --with-pcre-jit \ | ||
--with-http_v2_module --with-http_ssl_module --with-http_addition_module --with-http_realip_module \ | --with-http_v2_module --with-http_ssl_module --with-http_addition_module --with-http_realip_module \ | ||
| 60行目: | 59行目: | ||
--with-stream=dynamic --with-stream_ssl_module --with-stream_realip_module --with-stream_ssl_preread_module \ | --with-stream=dynamic --with-stream_ssl_module --with-stream_realip_module --with-stream_ssl_preread_module \ | ||
--with-compat \ | --with-compat \ | ||
--with-cc=/usr/bin/gcc --with-cpp=/usr/bin/g++ | --with-cc=/usr/bin/gcc --with-cpp=/usr/bin/g++ \ | ||
--user=<任意のユーザ名> \ # 任意のユーザ名 例.nginx | |||
--group=<任意のグループ名> # 任意のグループ名 例.nginx | |||
# 不要の可能性あり | # 不要の可能性あり | ||
--without-poll_module --without-select_module --with-ipv6 | --without-poll_module --without-select_module --with-ipv6 | ||