Notice
Recent Posts
Recent Comments
반응형
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Java
- spark
- Spring Batch
- Spring
- Spring Boot
- intellij
- Storm
- scala
- 인텔리J
- nginx
- 도메인주도설계
- hadoop
- Hbase
- Clean Code
- apache storm
- elasticsearch
- hdfs
- DDD
- design pattern
- docker
- Gradle
- 제주
- 스프링 배치
- elastic search
- 엘라스틱서치
- Angular2
- Linux
- Spring XD
- SBT
- hibernate
Archives
- Today
- Total
목록502 (1)
욱'S 노트
Nginx - 502 Bad Gateway 해결법
많은 경우 우리는 브라우져를 통해 Nginx에서 502 Bad gateway 오류가 발생했다는 메시지를 볼 수 있다. 웹서버 로그를 확인하면 왜 이러한 메시지가 발생했는지를 확인할 수 있다. 그리고 여기서는 어떻게 그 상황을 해결할 수 있는지에 대해서 설명한다. 502 bad gateway 오류가 발생 했을 때 아래 상황인지를 확인해 보자. Nginx running as proxy for Apache web server.Nginx running with PHP-FPM daemon.Nginx running with other services as gateway.Bad buffering/timeout configuration 모든 옵션들에 대해 깊게 들어가기 전에 에러 메시지가 의미하는 것이 무엇인지를 이해..
Programming/Nginx
2015. 8. 11. 14:53