From a0a27f0d1d212f0522cdf3ad1b8c2420209f27b5 Mon Sep 17 00:00:00 2001 From: Georg Krause <georg@funkwhale.audio> Date: Wed, 6 Sep 2023 06:32:06 +0000 Subject: [PATCH] Remove table breaking newline --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index f0e0de9..343bcf6 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,6 @@ Once installation is complete, run `/srv/funkwhale/virtualenv/bin/python /srv/fu | `funkwhale_nginx_additional_config` | `""` | Additional nginx configuration to add to the Funkwhale `server{}` block | | `funkwhale_nginx_managed` | `true` | If `true`, will install and configure nginx | | `funkwhale_nginx_tls_termination` | `true` | If `false`, disable SSL in nginx | - | `funkwhale_nginx_tls_configure_ciphers` | `true` | Set TLS ciphers, curves, etc, overriding any settings in http{} | | `funkwhale_nginx_max_body_size` | `100M` | Value of nginx's `max_body_size` parameter to use | | `funkwhale_protocol` | `https` | If set to `https`, will configure Funkwhale and Nginx to work behind HTTPS. Use `http` to completely disable SSL. | -- GitLab