Skip to content

Commit 6a0e761

Browse files
authoredAug 30, 2024
Update default
1 parent 51ed62e commit 6a0e761

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎default

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ server {
1616
ssl_protocols TLSv1.2 TLSv1.3;
1717
ssl_ciphers HIGH:!aNULL:!MD5;
1818

19+
client_max_body_size 1000M; # Set the maximum upload size to 1000MB
20+
1921
location / {
2022
proxy_pass http://localhost:5000; # Anpassen des Kestrel-Servers
2123
proxy_http_version 1.1;

0 commit comments

Comments
 (0)
Please sign in to comment.