Skip to content

Commit

Permalink
Update nginx max body size
Browse files Browse the repository at this point in the history
  • Loading branch information
okeneo committed Mar 3, 2024
1 parent a48da63 commit 6949fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx/default-ssl.conf.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ server {
ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem;
add_header Strict-Transport-Security "max-age=31536000; includeSubDomains" always;

client_max_body_size 20M;
client_max_body_size 10M;

location / {
alias /var/www/frontend/;
Expand Down

0 comments on commit 6949fed

Please sign in to comment.