From 496d3c6e50fab18f5ba882ffafbe7802aa996d3f Mon Sep 17 00:00:00 2001 From: bach Date: Fri, 21 Mar 2025 22:37:52 +0100 Subject: [PATCH] nginx client_max_body_size 20M; --- Readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Readme.md b/Readme.md index 157d752..d52dff9 100644 --- a/Readme.md +++ b/Readme.md @@ -219,6 +219,8 @@ server { root /opt/glitchtip/glitchtip-backend/static/; index index.html; + client_max_body_size 20M; + location / { #alias /opt/glitchtip/glitchtip-backend/static/; try_files $uri $uri/ /index.html;