KI Chat Bubble
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user