Added client_max_body_size to vault and git

This commit is contained in:
2024-06-10 15:05:29 +02:00
parent fe33f1b1f8
commit 388fd6baeb
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -15,6 +15,8 @@ server {
listen 443 ssl;
server_name git.dittmar.dev;
client_max_body_size 512m;
ssl_certificate /etc/letsencrypt/live/dittmar.dev/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/dittmar.dev/privkey.pem;