Allow Mailu uploads up to 31MB

This commit is contained in:
Kevin Veen-Birkenbach 2021-01-05 13:25:59 +01:00
parent b32823369c
commit ce0f4a26dd

View File

@ -4,6 +4,8 @@
command: certbot certonly --agree-tos --email {{administrator_email}} --non-interactive --webroot -w /var/lib/letsencrypt/ -d {{domain}}
- name: configure {{domain}}.conf
vars:
client_max_body_size: "31M"
template: src=roles/native-docker-reverse-proxy/templates/domain.conf.j2 dest=/etc/nginx/conf.d/{{domain}}.conf
notify: restart nginx