баг-фикс 30/34

This commit is contained in:
Zuev
2026-07-19 14:40:43 +03:00
parent 3d798c13e3
commit bc0e1ab1b4
172 changed files with 13431 additions and 2910 deletions

10
frontend/proxy.conf Normal file
View File

@@ -0,0 +1,10 @@
ProxyRequests Off
ProxyPreserveHost On
# Same-origin API для локального Docker Compose.
ProxyPass "/api" "http://backend:8080/api" connectiontimeout=5 timeout=60 retry=0
ProxyPassReverse "/api" "http://backend:8080/api"
# Локальная диагностика без публикации backend-порта на хосте.
ProxyPass "/actuator/health" "http://backend:8080/actuator/health" connectiontimeout=5 timeout=10 retry=0
ProxyPassReverse "/actuator/health" "http://backend:8080/actuator/health"