Skip to content

Commit 87a9158

Browse files
authored
Update default-http
1 parent 6a0e761 commit 87a9158

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

default-http

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ server {
99
# ssl_protocols TLSv1.2 TLSv1.3;
1010
# ssl_ciphers HIGH:!aNULL:!MD5;
1111

12+
client_max_body_size 1000M; # Set the maximum upload size to 1000MB
13+
1214
location / {
1315
proxy_pass http://localhost:5000; # Anpassen des Kestrel-Servers
1416
proxy_http_version 1.1;

0 commit comments

Comments
 (0)