4 Commits

Author SHA1 Message Date
happybell80
412793901a nginx: enable real_ip from trusted ranges; add JSON access log format and write to /var/log/nginx/access.json
All checks were successful
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)
All checks were successful
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
All checks were successful
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
hwansae91
b9f7370441 [enhance] 보안 및 request body size 등으로 인해 성능 튜닝 및 nginx 유저/그룹 추가
All checks were successful
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