This commit is contained in:
Lizandro Guarnizo
2026-01-28 13:49:07 -05:00
parent 40bc8d15e7
commit 2bf7d6c9a8
6 changed files with 20 additions and 4 deletions
+4 -1
View File
@@ -2,8 +2,11 @@
# Colocar este archivo en: /api/.htaccess
<IfModule mod_headers.c>
# Deshabilitar buffering para SSE
# Deshabilitar caché para todas las respuestas de API
Header set Cache-Control "no-cache, no-store, must-revalidate"
Header set Pragma "no-cache"
Header set Expires "0"
# Deshabilitar buffering para SSE
Header set X-Accel-Buffering "no"
Header set Connection "keep-alive"