We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee0c30c + 069c21d commit 0b4f7b1Copy full SHA for 0b4f7b1
1 file changed
ansible/roles/content-domain-proxy/templates/navi.tmpl
@@ -10,6 +10,7 @@ upstream {{ name }} {
10
11
server {
12
listen 80;
13
+ client_max_body_size 200m;
14
server_name {{ user_content_domain }};
15
access_log /var/log/nginx/{{ name }}.access.log;
16
@@ -30,6 +31,7 @@ server {
30
31
32
33
listen 443 ssl;
34
35
36
access_log /var/log/nginx/{{ name }}.ssl.access.log;
37
0 commit comments