From 57007744911d8462c374a52bb5e31a449ac4b63d Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Tue, 2 Jun 2020 15:58:26 +0200 Subject: [PATCH] Allow upload of larger torrent files --- nginx.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nginx.conf b/nginx.conf index 0bde1b9..061dea7 100644 --- a/nginx.conf +++ b/nginx.conf @@ -4,6 +4,8 @@ server { root /srv/www/webui/; + client_max_body_size 50M; + location / { index index.html; }