--- # Frontend settings. frontend_mode: 'http' ssl_name: 'nextcloud.test' ssl_crt_path: '/etc/ssl/private' ssl_self: true # Backend settings. backend_mode: 'http' backend_balance_method: 'roundrobin' # leastconn | roundrobin # Specific nextcloud settings. nc_settings: true network_allowed: '192.168.56.0/24' # List of backend servers. haproxy_backend_servers: - { name: 'web', ip: '192.168.56.14:8000' }