Skip to content
Snippets Groups Projects

Add setting for custom nginx config

Merged mal requested to merge half-duplex/ansible:ngx-custom-config into master
3 files
+ 3
0
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 1
0
@@ -30,6 +30,7 @@ funkwhale_nginx_managed: true
@@ -30,6 +30,7 @@ funkwhale_nginx_managed: true
funkwhale_nginx_tls_termination: true
funkwhale_nginx_tls_termination: true
funkwhale_nginx_max_body_size: 100M
funkwhale_nginx_max_body_size: 100M
funkwhale_nginx_use_compression: true
funkwhale_nginx_use_compression: true
 
funkwhale_nginx_additional_config:
funkwhale_ssl_cert_path:
funkwhale_ssl_cert_path:
funkwhale_ssl_key_path:
funkwhale_ssl_key_path:
funkwhale_protocol: https
funkwhale_protocol: https
Loading