mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-04 12:18:17 +00:00 
			
		
		
		
	Allow Mailu uploads up to 31MB
This commit is contained in:
		@@ -4,6 +4,8 @@
 | 
				
			|||||||
  command: certbot certonly --agree-tos --email {{administrator_email}} --non-interactive --webroot -w /var/lib/letsencrypt/ -d {{domain}}
 | 
					  command: certbot certonly --agree-tos --email {{administrator_email}} --non-interactive --webroot -w /var/lib/letsencrypt/ -d {{domain}}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- name: configure {{domain}}.conf
 | 
					- 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
 | 
					  template: src=roles/native-docker-reverse-proxy/templates/domain.conf.j2 dest=/etc/nginx/conf.d/{{domain}}.conf
 | 
				
			||||||
  notify: restart nginx
 | 
					  notify: restart nginx
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user