Skip to content

Commit 51ed62e

Browse files
authored
Update dm-linux-ssl
1 parent f4b9c30 commit 51ed62e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dm-linux-ssl

+2
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)