Allow upload of larger torrent files
continuous-integration/drone/push Build is passing Details

Simon Bruder 2020-06-02 15:58:26 +02:00
parent 7b7ddc37b9
commit 5700774491
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@ server {
root /srv/www/webui/;
client_max_body_size 50M;
location / {
index index.html;
}