강의

멘토링

커뮤니티

Inflearn Community Q&A

No author

This post's author information has been deleted.

Django with determination! Make Pinterest with Django: From the ground up to deployment

Setting up MariaDB container and connecting to Django

502 Bad Gateway

Resolved

Written on

·

456

·

Edited

0

2024/01/15 15:08:24 [error] 22#22: *1 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.64.1, server: , request: "GET / HTTP/1.1", upstream: "http://172.18.0.2:8000/", host: "192.168.64.7"

 

위와 같은 오류가 발생하는데 문제가 무엇인지 모르겠습니다.

pythondjangodocker

Answer 1

0

https 로 접속을 하였던거 같습니다.

nginx 80 포트 http 로 접속하여 정상접속 확인했습니다.

No author

This post's author information has been deleted.

Ask a question