fix: demo filebrowser uploads — increase nginx body size limit and add mock handlers

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Dorian
2026-03-09 18:12:28 +00:00
parent a2aa9657b1
commit e7b1a772b7
2 changed files with 18 additions and 0 deletions

View File

@@ -61,10 +61,12 @@ http {
# Proxy FileBrowser API to mock backend (demo mode)
location /app/filebrowser/ {
client_max_body_size 10G;
proxy_pass http://neode-backend:5959;
proxy_http_version 1.1;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_request_buffering off;
}
# Serve AIUI SPA