We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51ed62e commit 6a0e761Copy full SHA for 6a0e761
default
@@ -16,6 +16,8 @@ server {
16
ssl_protocols TLSv1.2 TLSv1.3;
17
ssl_ciphers HIGH:!aNULL:!MD5;
18
19
+ client_max_body_size 1000M; # Set the maximum upload size to 1000MB
20
+
21
location / {
22
proxy_pass http://localhost:5000; # Anpassen des Kestrel-Servers
23
proxy_http_version 1.1;
0 commit comments