์๋กค๋ก์ง nginx 504 time out ๋ฌธ์ ํด๊ฒฐ
ํ์ด์ง ์ ๋ณด
๋ณธ๋ฌธ
์ด ๋ถ๋ถ์ด 504 time out์ ๋ํ ๋ถ๋ถ์ด๋ผ๋ฉด
SSH๋ก ์ ์ํด์ ๊ฒฝ๋ก /etc/nginx ์ nginx.conf ์ ์๋ ๋ด์ฉ์ ์ถ๊ฐํ์๋ฉด ๋ฉ๋๋ค.
proxy_connect_timeout 300;
proxy_send_timeout 300;
proxy_read_timeout 300;
๋๊ธ๋ชฉ๋ก
๋ฑ๋ก๋ ๋๊ธ์ด ์์ต๋๋ค.
