250x250
반응형
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 |
Tags
- node
- Python
- chatGPT
- CSS
- polygon
- nginx
- exceljs
- jquery
- Setting
- 라라벨
- Kaikas
- 공연티켓
- nodejs
- nft
- metamask
- React
- netfunnel
- pagination
- Laravel
- Ai
- PM2
- 배포
- git
- Remix
- 발행
- miniconda
- 블록체인
- threejs
- NextJS
- 회고
Archives
- Today
- Total
목록Failed to start A high performance web server and a reverse proxy server (1)
박주니 개발 정리
Failed to start A high performance web server and a reverse proxy server 해결 방법
설명 이유) nginx에서 sites-available, sites-enabled 설정을 다하고 sudo systemctl restart nginx 진행할 때 제대로 설정한 거 같은데 원인을 잘몰라서 초기화하고 다시 시도하는 불필요한 상황이 연출될 때가 종종 있었습니다. 그런데 어디가 잘못되었는 지 확인하는 과정을 알게 되어 공유하게 되었습니다. sudo systemctl restart nginx 진행 시 Failed to start A high performance web server and a reverse proxy server. 가 발생할 경우 journalctl -xe 명령어를 입력하셔서 발생되는 부분을 찾으시면 됩니다. tip) 해당 명령어를 입력하시면 너무 긴코드가 나와서 어디서 잘못되었는 ..
회고
2023. 4. 6. 14:33