From 1233368ff2ce88f621cbcbb904f1dcffd91d4562 Mon Sep 17 00:00:00 2001 From: Arne Oslebo <arne.oslebo@uninett.no> Date: Mon, 9 Nov 2020 15:33:55 +0100 Subject: [PATCH] deleted unsued file --- roles/haproxy/files/haproxy.cfg | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 roles/haproxy/files/haproxy.cfg diff --git a/roles/haproxy/files/haproxy.cfg b/roles/haproxy/files/haproxy.cfg deleted file mode 100644 index e102cf4..0000000 --- a/roles/haproxy/files/haproxy.cfg +++ /dev/null @@ -1,17 +0,0 @@ -global - quiet - -defaults - mode http - maxconn 5000 - - timeout connect 5s - timeout client 20s - timeout server 20s - -frontend public - bind *:80 - default_backend apps - -backend apps - server nifi_1 nifi_1:8080 check -- GitLab