007b9c0b63
Add www redirect for goosefarminvesting
Deploy Nginx Config to Ubuntu Server / deploy (push) Waiting to run
2026-03-11 21:06:31 +09:00
c8f2b32d45
Add goosefarminvesting.com nginx vhost
Deploy Nginx Config to Ubuntu Server / deploy (push) Has been cancelled
2026-03-11 19:33:52 +09:00
3cd05360e1
fix: sync nginx ssot with live config
Deploy Nginx Config to Ubuntu Server / deploy (push) Has been cancelled
2026-03-10 20:05:01 +09:00
8baf835378
chore: align nginx ssot paths
Deploy Nginx Config to Ubuntu Server / deploy (push) Has been cancelled
2026-03-10 20:00:26 +09:00
6cdba7ea2c
fix: point rb8001 upstream to current 51124 host
Deploy Nginx Config to Ubuntu Server / deploy (push) Has been cancelled
2026-03-09 21:52:53 +09:00
6943681eeb
nginx: add /zari reverse proxy with http2-safe buffering
Deploy Nginx Config to Ubuntu Server / deploy (push) Successful in 2s
2026-02-11 01:20:22 +09:00
9591257a97
feat: goosefarm index.html 캐시 방지 헤더 추가
...
Deploy Nginx Config to Ubuntu Server / deploy (push) Successful in 2s
- HTTP/HTTPS 블록 모두 location = /goosefarm/index.html 추가
- Cache-Control: no-store, no-cache, must-revalidate
- Vite 해시 파일명 변경 시 배포 후 즉시 반영
2026-01-21 15:43:22 +09:00
0e5698c3b4
chore: nginx 설정 파일 업데이트
Deploy Nginx Config to Ubuntu Server / deploy (push) Successful in 2s
2025-12-23 23:10:54 +09:00
92ded8f9db
fix: rb8001 HTTP 블록에 timeout 설정 추가 (504 에러 방지)
Deploy Nginx Config to Ubuntu Server / deploy (push) Successful in 2s
2025-12-02 01:20:48 +09:00
9948dbe08e
fix: increase proxy timeout for rb8001 backend
Deploy Nginx Config to Ubuntu Server / deploy (push) Successful in 2s
2025-11-29 11:37:46 +09:00
638918412b
Fix: Add trailing slash to alias path (matching admin dashboard pattern)
Deploy Nginx Config to Ubuntu Server / deploy (push) Successful in 2s
2025-11-28 16:50:56 +09:00
630a5d6449
Fix: Remove trailing slash from alias path (following admin dashboard pattern)
Deploy Nginx Config to Ubuntu Server / deploy (push) Successful in 2s
2025-11-28 16:50:32 +09:00
d139799db7
Fix: Add index directive for IR Valuation (following admin dashboard pattern)
Deploy Nginx Config to Ubuntu Server / deploy (push) Successful in 2s
2025-11-28 16:50:06 +09:00
5cf0190aeb
Fix: IR Valuation location priority with ^~ prefix
Deploy Nginx Config to Ubuntu Server / deploy (push) Successful in 2s
2025-11-28 16:48:35 +09:00
ba597ac187
Fix: IR Valuation nginx try_files configuration
Deploy Nginx Config to Ubuntu Server / deploy (push) Successful in 2s
2025-11-28 16:47:44 +09:00
b4ac7ac2b8
Add IR Valuation frontend route to nginx
Deploy Nginx Config to Ubuntu Server / deploy (push) Successful in 2s
2025-11-28 16:46:05 +09:00
920672ae1b
fix: /admin 404 해결 - alias 경로 수정 및 nginx 설정 적용
Deploy Nginx Config to Ubuntu Server / deploy (push) Successful in 1s
2025-11-17 19:10:36 +09:00
c1690d108e
fix: admin dashboard nginx 설정 수정
Deploy Nginx Config to Ubuntu Server / deploy (push) Successful in 1s
2025-11-17 18:47:55 +09:00
d34030c8ce
feat: admin dashboard 표준 배포 방식 적용
...
Deploy Nginx Config to Ubuntu Server / deploy (push) Successful in 1s
- /admin: nginx가 정적 파일 직접 서빙
- /admin/api/*: Gateway로 프록시 (JWT 검증)
- frontend-customer와 동일한 패턴 적용
2025-11-17 18:29:17 +09:00
950cb6da5d
fix: nginx SPA 라우팅 403 에러 수정
...
Deploy Nginx Config to Ubuntu Server / deploy (push) Successful in 2s
문제:
- /goosefarm/assets/ 접근 시 403 Forbidden 발생
- try_files의 /가 디렉토리 인덱싱 시도
해결:
- try_files에서 / 제거
- 파일 없으면 바로 index.html로 fallback하여 React Router가 라우팅 처리
변경: try_files $uri $uri/ /goosefarm/index.html;
→ try_files $uri /goosefarm/index.html;
2025-11-14 23:08:59 +09:00
1aeab94dcf
Remove unused proxy locations: rb10508, rb10408, skill-email
...
Deploy Nginx Config to Ubuntu Server / deploy (push) Successful in 1s
- Keep rb8001 as it may be accessed through gateway
- Remove 502/404 error endpoints
2025-11-03 21:49:35 +09:00
219ea2b99d
Fix GooseFarm proxy_pass: remove trailing slash for basePath compatibility
Deploy Nginx Config to Ubuntu Server / deploy (push) Successful in 1s
2025-11-03 21:42:14 +09:00
323250c12f
Add GooseFarm frontend proxy configuration
...
Deploy Nginx Config to Ubuntu Server / deploy (push) Successful in 2s
- Add /goosefarm location block for Next.js frontend
- Proxy to localhost:3001
- Support WebSocket upgrades for Next.js hot reload
- Add to both HTTP (80) and HTTPS (443) server blocks
2025-11-03 21:36:39 +09:00
happybell80
412793901a
nginx: enable real_ip from trusted ranges; add JSON access log format and write to /var/log/nginx/access.json
Deploy Nginx Config to Ubuntu Server / deploy (push) Successful in 1s
2025-10-22 22:23:59 +09:00
happybell80
140ededea6
docs/ops: apply TLS+upstream fixes and update troubleshooting (251021)
...
Deploy Nginx Config to Ubuntu Server / deploy (push) Successful in 2s
- nginx: add strict ciphers+curves, keep TLS1.2/1.3 only
- nginx: route /api,/admin to localhost:8100
- DOCS: mark applied/partial items and next steps
2025-10-21 11:51:47 +09:00
happybell80
d843bb18b1
chore: apply 251021 troubleshooting fixes
...
Deploy Nginx Config to Ubuntu Server / deploy (push) Successful in 1s
- nginx: route /api and /admin to localhost:8100 (gateway)
- nginx: restrict ssl_protocols to TLSv1.2/TLSv1.3
- gateway: reduce HEALTHCHECK frequency and align health endpoint
2025-10-21 11:46:42 +09:00
happybell80
1e28ff2a93
chore(nginx): proxy /skill-email/ to 192.168.219.52:8501 (HTTP/HTTPS)
Deploy Nginx Config to Ubuntu Server / deploy (push) Successful in 2s
2025-10-20 00:30:46 +09:00
happybell80
1d68a511ea
Remove Multi-AI CLI proxy configuration from nginx
...
Deploy Nginx Config to Ubuntu Server / deploy (push) Successful in 2s
- Remove /multi-ai/ location blocks from both HTTP and HTTPS servers
- Service will no longer be accessible via nginx proxy
2025-09-29 18:12:45 +09:00
happybell80
d36caa2968
Multi-AI CLI nginx 프록시 설정 추가
...
Deploy Nginx Config to Ubuntu Server / deploy (push) Successful in 2s
- HTTP(80) 블록에 /multi-ai/ location 추가
- HTTPS(443) 블록에 /multi-ai/ location 추가
- WebSocket 지원 헤더 설정
- 51124 서버(192.168.219.52:8888)로 프록시
2025-09-29 16:40:13 +09:00
happybell80
6b589a1e55
Revert "Multi-AI CLI nginx 프록시 설정 추가"
...
Deploy Nginx Config to Ubuntu Server / deploy (push) Successful in 2s
This reverts commit b4d6ea250d38b631b2c66816c3b708fd66effb9b.
2025-09-29 16:27:53 +09:00
happybell80
b4d6ea250d
Multi-AI CLI nginx 프록시 설정 추가
Deploy Nginx Config to Ubuntu Server / deploy (push) Successful in 9s
2025-09-29 16:27:36 +09:00
happybell80
7e6f7f6159
fix: Gitea 프록시 버퍼 설정 추가로 git pull 오류 해결
...
Deploy Nginx Config to Ubuntu Server / deploy (push) Successful in 2s
- proxy_buffering off 설정으로 스트리밍 응답 활성화
- proxy_request_buffering off로 요청 즉시 전달
- 버퍼 크기 증가로 대용량 git 작업 지원
- client_body_buffer_size 512m로 설정
이 변경으로 'error decoding the received TLS packet' 오류 해결
2025-09-14 13:35:54 +09:00
hwansae91
3827b15914
[bug] 기호파일 수정
Deploy Nginx Config to Ubuntu Server / deploy (push) Successful in 1s
2025-08-31 15:59:26 +09:00
hwansae91
a1a18b5da2
[bug] 절대경로로 pw 파일 수정
Deploy Nginx Config to Ubuntu Server / deploy (push) Failing after 1s
2025-08-31 15:58:25 +09:00
hwansae91
7daa4144a7
metric 추가
Deploy Nginx Config to Ubuntu Server / deploy (push) Failing after 1s
2025-08-31 15:54:00 +09:00
hwansae91
ec021edcf1
metric url 추가
...
Deploy Nginx Config to Ubuntu Server / deploy (push) Failing after 1s
admin / 19800508
2025-08-31 15:52:26 +09:00
hwansae91
c14f5c53b6
[hotfix]
...
Deploy Nginx Config to Ubuntu Server / deploy (push) Successful in 2s
stub_status on 제거(추후 생성할 예정)
2025-08-31 15:34:15 +09:00
hwansae91
0d2550d84c
[deprecated] 풀필요파일 삭제
Deploy Nginx Config to Ubuntu Server / deploy (push) Successful in 2s
2025-08-31 15:10:19 +09:00
hwansae91
b9f7370441
[enhance] 보안 및 request body size 등으로 인해 성능 튜닝 및 nginx 유저/그룹 추가
...
Deploy Nginx Config to Ubuntu Server / deploy (push) Successful in 1s
· groupadd -g 10000 nginx
· useradd --system -u 10000 --no-create-home --shell /bin/false -g nginx nginx
※ 추가한 코드에는 주석으로 기능설명을 달아놓음
2025-08-31 15:08:35 +09:00
happybell80
97203cd7e1
Update robeing terminology
Deploy Nginx Config to Ubuntu Server / deploy (push) Successful in 2s
2025-08-21 00:02:32 +09:00
happybell80
ded038b8cd
Add robeing-gateway proxy configuration
...
Deploy Nginx Config to Ubuntu Server / deploy (push) Successful in 1s
- Add /gateway/ location for API Gateway (port 8100)
- Configure for both HTTP and HTTPS server blocks
- Enable request routing to robeing services
2025-08-09 13:33:55 +09:00
happybell80
04a73eed52
feat: nginx default_server 블록에 프록시 설정 추가
...
Deploy Nginx Config to Ubuntu Server / deploy (push) Successful in 3s
- 내부망 HTTP 요청 시 프론트엔드가 아닌 API로 정상 프록시되도록 수정
- /api/, /admin, /rb10508/, /rb8001/, /rb10408/, /skill-email/ 경로 추가
- 옵션 1 적용: 첫 번째 server 블록에도 프록시 설정 복사
2025-07-28 22:35:50 +09:00
happybell80
4b96f1e3b1
Fix nginx location priority: add ^~ flag to API routes
Deploy Nginx Config to Ubuntu Server / deploy (push) Successful in 2s
2025-07-27 01:20:52 +09:00
happybell80
9a3dab4351
Add proxy configuration for 51124 server (rb8001, rb10408, rb10508)
Deploy Nginx Config to Ubuntu Server / deploy (push) Successful in 2s
2025-07-27 00:17:56 +09:00
happybell80
626f9d4e6a
Add nginx proxy configuration for rb10408 port (희재님 테스트용)
Deploy Nginx Config to Ubuntu Server / deploy (push) Successful in 2s
2025-07-21 22:59:15 +09:00
happybell80
a34f0060c0
feat: skill-email 프록시 설정 추가
...
Deploy Nginx Config to Ubuntu Server / deploy (push) Successful in 2s
- /skill-email/ → http://localhost:8501/ 프록시 추가
- 포트 8501에서 실행되는 skill-email 서비스 연결
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-21 19:11:38 +09:00
happybell80
5b7114642a
웹사이트 경로 정보 업데이트
...
Deploy Nginx Config to Ubuntu Server / deploy (push) Successful in 1s
- 실제 nginx 설정 기반으로 정확한 경로 정보 업데이트
- 메인 도메인과 서브 도메인 구분
- 모든 프록시 경로와 포트 번호 명시
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-18 01:07:37 +09:00
happybell80
3f10734183
GitHub Actions 파일 정리 및 README 간소화
...
Deploy Nginx Config to Ubuntu Server / deploy (push) Successful in 1s
- .github/workflows/deploy.yml 삭제 (Gitea 사용)
- README.md 내용 간소화 및 구조 정리
- 파일 구조에 default.conf, static/ 추가
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-18 00:55:54 +09:00
happybell80
576dd5d424
fix: change nginx root back to direct path
...
Deploy Nginx Config to Ubuntu Server / deploy (push) Successful in 1s
- Change from /var/www/html/frontend-customer to /home/admin/frontend-customer/dist
- Direct connection without symbolic link (permissions already fixed)
- Simpler and more efficient
2025-07-18 00:30:28 +09:00
happybell80
d16947c089
fix: change nginx root to /var/www/html/frontend-customer
...
Deploy Nginx Config to Ubuntu Server / deploy (push) Successful in 1s
- Change from /home/admin/frontend-customer/dist to /var/www/html/frontend-customer
- Allows www-data user to access files without permission issues
2025-07-18 00:09:09 +09:00