We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4b9c30 commit 51ed62eCopy full SHA for 51ed62e
dm-linux-ssl
@@ -9,6 +9,8 @@ server {
9
# ssl_protocols TLSv1.2 TLSv1.3;
10
# ssl_ciphers HIGH:!aNULL:!MD5;
11
12
+ client_max_body_size 1000M; # Set the maximum upload size to 1000MB
13
+
14
location / {
15
proxy_pass http://localhost:5000; # Anpassen des Kestrel-Servers
16
proxy_http_version 1.1;
0 commit comments