Skip to content

Commit

Permalink
Update client_max_body_size configuration to use template variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mjanez committed Dec 17, 2024
1 parent 7972cc2 commit 5bf5d51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ server {
listen {{ nginx_sslport }} ssl;
listen [::]:{{ nginx_sslport }} ssl;
server_name {{proxy_server_name}};
client_max_body_size 100M;
client_max_body_size {{proxy_server_name}}M;
ssl_certificate {{ nginx_dir }}/certs/ckan-local.crt;
ssl_certificate_key {{ nginx_dir }}/certs/ckan-local.key;

Expand Down

0 comments on commit 5bf5d51

Please sign in to comment.