mac nginx 첫 번 째 설정 의 기본 경로

2837 단어 nginx
mac nginx 첫 번 째 설정 의 기본 경로
문제 설명
mac 에서 nginx 를 처음 설정 하면 기본 경 로 를 찾 을 수 없 는 상황 이 발생 합 니 다. 다음은 총 결 된 기본 경로 입 니 다.
해결 방안
nginx 기본 설 치 된 곳 (기본 설정 파일 경로)
/usr/local/etc/nginx

nginx 기본 설정 파일 은 8080 포트 로 기본 index. html 페이지 로 돌아 갑 니 다. 이 index. html 페이지 경 로 는 다음 입 니 다.
// [version]   nginx    

/usr/local/Cellar/nginx/[version]/html

brew 로 설치 하면 brew info nginx, 모든 정 보 를 얻 을 수 있 습 니 다.
brew info nginx
nginx: stable 1.15.8 (bottled), HEAD
HTTP(S) server and reverse proxy, and IMAP/POP3 proxy server
https://nginx.org/
/usr/local/Cellar/nginx/1.15.8 (23 files, 1.4MB) *
  Poured from bottle on 2019-01-05 at 20:05:47
From: https://github.com/Homebrew/homebrew-core/blob/master/Formula/nginx.rb
==> Dependencies
Required: openssl ✔, pcre ✔
Optional: passenger ✘
==> Options
--with-passenger
	Compile with support for Phusion Passenger module
--HEAD
	Install HEAD version
==> Caveats
Docroot is: /usr/local/var/www

The default port has been set in /usr/local/etc/nginx/nginx.conf to 8080 so that
nginx can run without sudo.

nginx will load all files in /usr/local/etc/nginx/servers/.

또는 명령 nginx - V 로 보 려 면 다음 과 같 습 니 다.
nginx -V
nginx version: nginx/1.15.8
built by clang 10.0.0 (clang-1000.11.45.5)
built with OpenSSL 1.0.2q  20 Nov 2018
TLS SNI support enabled
configure arguments: --prefix=/usr/local/Cellar/nginx/1.15.8
--sbin-path=/usr/local/Cellar/nginx/1.15.8/bin/nginx
--with-cc-opt='-I/usr/local/opt/pcre/include -I/usr/local/opt/openssl/include'
--with-ld-opt='-L/usr/local/opt/pcre/lib -L/usr/local/opt/openssl/lib'
--conf-path=/usr/local/etc/nginx/nginx.conf
--pid-path=/usr/local/var/run/nginx.pid
--lock-path=/usr/local/var/run/nginx.lock
--http-client-body-temp-path=/usr/local/var/run/nginx/client_body_temp
--http-proxy-temp-path=/usr/local/var/run/nginx/proxy_temp
--http-fastcgi-temp-path=/usr/local/var/run/nginx/fastcgi_temp
--http-uwsgi-temp-path=/usr/local/var/run/nginx/uwsgi_temp
--http-scgi-temp-path=/usr/local/var/run/nginx/scgi_temp
--http-log-path=/usr/local/var/log/nginx/access.log
--error-log-path=/usr/local/var/log/nginx/error.log
--with-debug --with-http_addition_module
--with-http_auth_request_module --with-http_dav_module
--with-http_degradation_module --with-http_flv_module
--with-http_gunzip_module --with-http_gzip_static_module
--with-http_mp4_module --with-http_random_index_module
--with-http_realip_module --with-http_secure_link_module
--with-http_slice_module --with-http_ssl_module
--with-http_stub_status_module --with-http_sub_module
--with-http_v2_module --with-ipv6 --with-mail
--with-mail_ssl_module --with-pcre --with-pcre-jit
--with-stream --with-stream_realip_module
--with-stream_ssl_module --with-stream_ssl_preread_module

좋은 웹페이지 즐겨찾기