KI Chat Bubble

This commit is contained in:
2026-03-25 15:20:00 +01:00
parent 64e1959a1b
commit b21ade22f3
13 changed files with 262 additions and 80 deletions

View File

@@ -1,6 +1,10 @@
# Security - Disable directory listing
Options -Indexes
# Flowise chat proxy — rewrites /api/v1/prediction/* to PHP proxy (hides real Flowise URL)
RewriteEngine On
RewriteRule ^api/v1/prediction/(.*)$ scripts/add/flowise-proxy.php [L,QSA,NC]
# Enable compression
<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE text/plain