Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 게임
- Express
- jest
- Bull
- mongoose
- GIT
- Python
- TypeScript
- cookie
- OCR
- MySQL
- Queue
- nodejs
- Nest.js
- flask
- MongoDB
- game
- JavaScript
- class
- Dinosaur
- nestjs
- Sequelize
- AWS
- typeORM
- 공룡게임
- 자료구조
- 정렬
- dfs
- react
Archives
- Today
- Total
포시코딩
nginx, codeigniter3 - 작성중 본문
728x90
nginx 설치 및 세팅
brew install nginx
brew services
brew services start nginx
localhost:8080 접속
nginx 설치 경로 확인
https://jehwanyoo.net/2021/04/06/mac-nginx-tutorial-1-nginx-%EC%84%A4%EC%B9%98/
(mac) NGINX Tutorial #1 - NGINX 설치
해당 튜토리얼를 시작하기 전에 brew 패키지 관리자가 설치되어 있는지 확인해주세요! (링크) NGINX 설치하기1brew install nginx brew를 이용해 NginX를 설치해줍니다. nginx.conf 파일 경로 확인1brew info nginx
jehwanyoo.net
brew info nginx
https://jehwanyoo.net/2021/04/06/mac-nginx-tutorial-2-php-%EC%84%A4%EC%B9%98/
(mac) NGINX Tutorial #2 - PHP 설치
nginx를 설치하지 않으신 분들은 이전 강의(#1)를 참고해주세요. PHP 설치하기homebrew에 php 패키지가 있는지 확인해봅시다. 1brew search php 123456==> Formulaebrew-php-switcher php-cs-fixer php@7.4 phpmd
jehwanyoo.net
위 과정 참고
728x90