stylebygio
@imgio
수강평 작성수
1
평균평점
5.0
게시글
질문&답변
connection lost 가 안 없어지네요..ㅜ,ㅜ
docker-compose.yml 파일 입니다. # Docker Compose 파일에서 사용할 최상위 볼륨을 미리 정의합니다. # 여기서 정의된 이름으로 각 서비스에서 데이터를 영구적으로 저장할 수 있습니다. volumes: n8n_storage: # n8n의 설정, 데이터베이스 파일 등을 저장하기 위한 볼륨 postgres_storage: # PostgreSQL 데이터베이스 파일을 저장하기 위한 볼륨 qdrant_storage: # Qdrant 벡터 데이터베이스 파일을 저장하기 위한 볼륨 # 서비스들이 서로 통신할 수 있도록 사용자 정의 네트워크를 생성합니다. networks: demo: # 'x-*'는 YAML의 'Extension Fields' 기능으로, 재사용할 설정 묶음을 정의할 때 사용합니다. # '&service-n8n'은 'service-n8n'이라는 이름의 앵커(anchor)를 정의하는 것입니다. # 이 앵커는 아래 n8n 관련 서비스에서 'n8n proxy-host conf파일입니다.# ------------------------------------------------------------ # n8n.thelimin.com # ------------------------------------------------------------ map $scheme $hsts_header { https "max-age=63072000; preload"; } server { set $forward_scheme http; set $server "thelimin.com"; set $port 5678; listen 80; listen [::]:80; listen 443 ssl; listen [::]:443 ssl; server_name n8n.thelimin.com; http2 on; # Let's Encrypt SSL include conf.d/include/letsencrypt-acme-challenge.conf; include conf.d/include/ssl-cache.conf; include conf.d/include/ssl-ciphers.conf; ssl_certificate /etc/letsencrypt/live/npm-1/fullchain.pem; ssl_certificate_key /etc/letsencrypt/live/npm-1/privkey.pem; # HSTS (ngx_http_headers_module is required) (63072000 seconds = 2 years) add_header Strict-Transport-Security $hsts_header always; # Force SSL include conf.d/include/force-ssl.conf; access_log /data/logs/proxy-host-4_access.log proxy; error_log /data/logs/proxy-host-4_error.log warn; location / { proxy_set_header Host n8n.thelimin.com; proxy_set_header Origin https://n8n.thelimin.com; proxy_set_header X-Forwarded-Proto https; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "Upgrade"; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Real-IP $remote_addr; proxy_set_header Host $host; proxy_set_header X-Forwarded-Scheme $scheme; proxy_set_header X-Forwarded-Proto $scheme; proxy_set_header X-Forwarded-For $remote_addr; proxy_set_header X-Real-IP $remote_addr; proxy_pass http://thelimin.com:5678; # HSTS (ngx_http_headers_module is required) (63072000 seconds = 2 years) add_header Strict-Transport-Security $hsts_header always; # Proxy! include conf.d/include/proxy.conf; } # Custom include /data/nginx/custom/server_proxy[.]conf; } 이부분 문제가 있을까요??한번만 더 확인 부탁드립니다.^^;
- 0
- 3
- 46
질문&답변
n8n connection lost가 없어지질 않네요
네 일단 말씀 주신 버전으로 한번 다시 설치 해보겠습니다. 감사합니다.!!
- 0
- 6
- 67
질문&답변
n8n connection lost가 없어지질 않네요
지금 \nginx-proxy-manager\data\nginx\proxy_host이경로로 들어가서 보니 1.conf 파일이 이쪽 파일인거 같아서 들어가 보니 아래와 같이 작성되어있고 커스텀도 들어가 있네요. 근데 왜 안되는 걸까요? 혹시 한번 보시고 잘못된 부분이 있는지 확인 가능하실까요?^^# ------------------------------------------------------------ # n8n.thelimin.com # ------------------------------------------------------------ map $scheme $hsts_header { https "max-age=63072000; preload"; } server { set $forward_scheme http; set $server "thelimin.com"; set $port 5678; listen 80; listen [::]:80; listen 443 ssl; listen [::]:443 ssl; server_name n8n.thelimin.com; http2 on; # Let's Encrypt SSL include conf.d/include/letsencrypt-acme-challenge.conf; include conf.d/include/ssl-cache.conf; include conf.d/include/ssl-ciphers.conf; ssl_certificate /etc/letsencrypt/live/npm-1/fullchain.pem; ssl_certificate_key /etc/letsencrypt/live/npm-1/privkey.pem; # Asset Caching include conf.d/include/assets.conf; # Block Exploits include conf.d/include/block-exploits.conf; # HSTS (ngx_http_headers_module is required) (63072000 seconds = 2 years) add_header Strict-Transport-Security $hsts_header always; # Force SSL include conf.d/include/force-ssl.conf; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection $http_connection; proxy_http_version 1.1; access_log /data/logs/proxy-host-1_access.log proxy; error_log /data/logs/proxy-host-1_error.log warn; proxy_set_header Host n8n.thelimin.com; proxy_set_header Origin https://n8n.thelimin.com; proxy_set_header X-Forwarded-Proto https; proxy_set_header Connection "Upgrade"; location / { # HSTS (ngx_http_headers_module is required) (63072000 seconds = 2 years) add_header Strict-Transport-Security $hsts_header always; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection $http_connection; proxy_http_version 1.1; # Proxy! include conf.d/include/proxy.conf; } # Custom include /data/nginx/custom/server_proxy[.]conf; }
- 0
- 6
- 67
질문&답변
n8n connection lost가 없어지질 않네요
제가 이것 때문에 서버 삭제 하고 다시 깔고 설정 했는데도 같은 문제네요..일단 말씀 주신데로 다시 한번 진행 해보겠습니다.
- 0
- 6
- 67
질문&답변
n8n connection lost가 없어지질 않네요
커스텀 로케이션이 등록안되는 것이 문제 인거 같은데 해결 방법을 모르겠습니다.
- 0
- 6
- 67
질문&답변
33강 15분쯤 if분기점에서의 에러 문의 드립니다.
와 빠른답변 감사드립니다. 해결되었습니다.^^
- 0
- 3
- 43
질문&답변
21강 카테고리 분류에서 아래와 같이 항목을 못 불러 옵니다.
아 뒤쪽에 이 내용이 나오는군요 first()로 바꾸니 됩니다. 감사합니다.
- 0
- 3
- 59
질문&답변
21강 카테고리 분류에서 아래와 같이 항목을 못 불러 옵니다.
(사진)(사진)Paired item data for item from node 'Category2JSON' is unavailable. Ensure 'Category2JSON' is providing the required output.An expression here won't work because it uses .item and n8n can't figure out the matching item. You can either:Add the missing information to the node 'Category2JSON'Or use .first(), .last() or .all()[index] instead of .item이렇게 에러가 납니다.
- 0
- 3
- 59
질문&답변
JSON parameter needs to be valid JSON
아무리 해도 안되서 강의 자료 그대로 임포트 해서 실행하니 진행이 됩니다. 제가 중간에 뭔가 잘못한거 같은데 찾질 못하겠네요..ㅜ,ㅜ 일단 강의완료 하고 처음부터 다시 한번 차근 봐야 겠네요..ㅎ하루 에러 가지고 씨름하면서 조금 알아가긴하네요 ㅎ
- 0
- 3
- 58
질문&답변
19강 html 변환시 \n과\ 문제
강의에 보니 \n은 강사님에게도 생기던데 \는 안보였습니다. 그리고 \n이 브라우저에서 왜 적용이 안되는 지도 궁금하네요
- 0
- 4
- 61




