Browse Source

Update README.MD

MoeClub 4 years ago
parent
commit
389f7ebd87
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Deluge/README.MD

+ 1 - 0
Deluge/README.MD

@@ -19,6 +19,7 @@ python "$HOME/.config/deluge/deluge_passwd.py" "deluge"
         proxy_set_header Cookie "_session_id=000000000000000000000000000;";
         proxy_cookie_domain $proxy_host $host;
         proxy_pass http://127.0.0.1:8112;
+        client_max_body_size 10m;
     }
 
 ```