0.10.0-1 FileSize

This commit is contained in:
2026-03-14 13:49:48 +00:00
parent e56cff43a9
commit 96839ac05b
9 changed files with 14 additions and 9 deletions

View File

@@ -848,6 +848,7 @@ if [[ "$SKIP_NGINX" == false ]]; then
server {
listen 80;
server_name ${FRONTEND_HOST} _;
client_max_body_size 8G;
# Frontend (statische Dateien)
root ${INSTALL_DIR}/frontend/dist;