Set nginx client_max_body_size

This commit is contained in:
Nick Sellen 2024-01-17 18:46:31 +00:00
parent 7f8d9c0843
commit 0b29b35ef6
Signed by: nicksellen
GPG Key ID: 7C3A275C0DC2EFA1
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@ map $http_upgrade $connection_upgrade {
'' close;
}
client_max_body_size {{ env "FILE_UPLOAD_MAX_SIZE" }};
server {
listen 80;
server_name {{ env "DOMAIN" }};