0
brew install openresty --with-debug --conf-path=/usr/local/nginx/conf/nginx.conf
でも効果はありません。brew install nginx、どのようにnginx.confファイルの場所を変更するには?
nginx -V
nginx version: openresty/1.9.7.4 (no pool)
built by clang 7.3.0 (clang-703.0.31)
built with OpenSSL 1.0.2h 3 May 2016
TLS SNI support enabled
configure arguments: ......--conf-path=/usr/local/etc/openresty/nginx.conf --http-log-path=/usr/local/var/log/nginx/access.log --error-log-path=/usr/local/var/log/nginx/error.log --with-pcre --with-pcre-jit --with-dtrace-probes --with-http_ssl_module
nginx.confファイルの場所は変更されていませんが、それでもデフォルトです。
はい、問題ありません。綺麗な!どうもありがとうございました! –