From 50c788b6093e7e7a77cddfc66bd416757f3a5af0 Mon Sep 17 00:00:00 2001
From: ekimia <mm@ekimia.fr>
Date: Thu, 20 Jun 2019 08:39:05 +0200
Subject: [PATCH] Remove rspidel server to preserve headers sent, should fix
 https://lab.libreho.st/libre.sh/compose/nextcloud/issues/3

---
 templates/haproxy.cfg.tmpl | 1 -
 1 file changed, 1 deletion(-)

diff --git a/templates/haproxy.cfg.tmpl b/templates/haproxy.cfg.tmpl
index a90bf8d..f1986e7 100644
--- a/templates/haproxy.cfg.tmpl
+++ b/templates/haproxy.cfg.tmpl
@@ -33,7 +33,6 @@ mode http
   bind    *:443 ssl no-sslv3 crt /etc/haproxy/certs
   reqadd  X-Forwarded-Proto:\ https
   rspadd  Strict-Transport-Security:\ max-age=15768000
-  rspidel Server
   rspidel X-Powered-By
 
   acl acme path_beg /.well-known/acme
-- 
GitLab