Update client_max_body_size

This commit is contained in:
Alex Tselegidis 2023-11-27 14:22:27 +01:00
parent e4397820f1
commit df1f111a0e
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ server {
server_name localhost;
client_max_body_size 108M;
client_max_body_size 128M;
access_log /var/log/nginx/application.access.log;