Q&A
책을 따라하다가 막히는 부분이 있나요?
질문을 남겨주세요.
이 페이지는 의견 교환을 위해 따로 만든 페이지입니다. 책에서 이 페이지를 만드는 법을 직접적으로 다루지는 않습니다.
하지만, 책을 끝까지 읽고 나면 이 페이지도 만드실 수 있을거에요.
하지만, 책을 끝까지 읽고 나면 이 페이지도 만드실 수 있을거에요.
안녕하세요 질문이 있습니다. nginx쪽에서 계속 오류가 나네요...
3 years, 9 months ago
wan_l_i_nnginx_1 | /docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/
nginx_1 | /docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh
nginx_1 | 10-listen-on-ipv6-by-default.sh: info: /etc/nginx/conf.d/default.conf is not a file or does not exist
nginx_1 | /docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh
nginx_1 | /docker-entrypoint.sh: Configuration complete; ready for start up
nginx_1 | 2021/02/04 11:32:58 [emerg] 1#1: "location" directive is not allowed here in /etc/nginx/conf.d/nginx.conf:15
nginx_1 | nginx: [emerg] "location" directive is not allowed here in /etc/nginx/conf.d/nginx.conf:15
db랑 웹은 잘 작동이 됩니다
FROM nginx:latest
RUN rm /etc/nginx/conf.d/default.conf
COPY nginx.conf /etc/nginx/conf.d
목록보기
sungyong 3 years, 9 months ago
안녕하세요. 몇 페이지 쯤에서 에러가 났는지 알려주실 수 있나요?
관련 파일도 같이 보여주시면 도움이 됩니다.
Updated: Feb. 5, 2021, 1 a.m.
wan_l_i_n 3 years, 9 months ago
592페이지 Nginx적용하기 파트에서 오류가 났습니다..
docker-compose up을 하니까 본문에 오류메시지가 나타났어요. 그리고 도커를 열어보면 web이랑 db는 작동중인데 nginx만 exited(1) port 80 이라고 뜨네요.
Updated: Feb. 5, 2021, 11:53 a.m.
wan_l_i_n 3 years, 9 months ago
다행히도 cmder로 실행하니까 되네요 ㅠㅠ 그전에는 파워쉘로 실행했었거든요 감사합니다.
Updated: Feb. 5, 2021, 1:52 p.m.
Leave a Comment: