upload strava zip

This commit is contained in:
Davide Scaini
2026-04-10 22:01:44 +02:00
parent e5eadc69f2
commit 3b8bc159c5
8 changed files with 313 additions and 3 deletions
+2 -1
View File
@@ -239,7 +239,8 @@ server {
root /var/www/bincio;
index index.html;
client_max_body_size 512M; # bulk activity uploads
client_max_body_size 2G; # Strava export ZIPs can exceed 1 GB
client_body_timeout 300s; # allow slow uploads without nginx dropping the connection
# API → bincio serve
location /api/ {