Skip to content

Commit

Permalink
Merge pull request #40 from mjanez/dev
Browse files Browse the repository at this point in the history
Update client_max_body_size configuration to use template variable
  • Loading branch information
mjanez authored Dec 17, 2024
2 parents 7057fd6 + 5bf5d51 commit 6a154d8
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 6a154d8

Please sign in to comment.