MYSQL

[macOS] 맥미니 2020 M1, Nginx 설치완료후 메세지


[macOS] 맥미니 2020 M1, Nginx 설치완료후 메세지


  2021-10-15  636 View 공개

Docroot is: /opt/homebrew/var/www


The default port has been set in /opt/homebrew/etc/nginx/nginx.conf to 8080 so that

nginx can run without sudo.


nginx will load all files in /opt/homebrew/etc/nginx/servers/.


To start nginx:

  brew services start nginx

Or, if you don't want/need a background service you can just run:

  /opt/homebrew/opt/nginx/bin/nginx -g 'daemon off;'

==> Summary

?  /opt/homebrew/Cellar/nginx/1.21.3: 26 files, 2.2MB

==> Caveats

==> nginx

Docroot is: /opt/homebrew/var/www


The default port has been set in /opt/homebrew/etc/nginx/nginx.conf to 8080 so that

nginx can run without sudo.


nginx will load all files in /opt/homebrew/etc/nginx/servers/.


To start nginx:

  brew services start nginx

Or, if you don't want/need a background service you can just run:

  /opt/homebrew/opt/nginx/bin/nginx -g 'daemon off;'


Tags  #Nginx  



🚩 MYSQL 글 모음 (총 37 건)

[macOS] zsh: command not found: mysql 해결 방법

Last Updated : 2023-09-29
#MySql

Mysql DB생성 및 유저등록

Last Updated : 2023-09-29
#Mysql

Mysql 백업 및 복구

Last Updated : 2023-09-29
#MySql

MySql - POD 예제

Last Updated : 2023-09-29
#MySql

데이터베이스에서 작은따옴표(')를 다루는 방법 : SQL 인젝션 예방과 데이터 출력

Last Updated : 2023-09-29
#Mysql

[mySQL] 특정 레코드가 몇 번째인지 알아내는 방법

Last Updated : 2023-09-10
#mySQL #row_number