From 6c4b7cbdd703f7aa464350e314d390adc111842c Mon Sep 17 00:00:00 2001 From: WilliamMiceli <9000802+WilliamMiceli@users.noreply.github.com> Date: Tue, 17 Jul 2018 06:10:42 -0400 Subject: [PATCH] HTTP/1.0 trial --- templates/Nextcloud/0/rancher-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/Nextcloud/0/rancher-compose.yml b/templates/Nextcloud/0/rancher-compose.yml index 23e42a1..052121a 100644 --- a/templates/Nextcloud/0/rancher-compose.yml +++ b/templates/Nextcloud/0/rancher-compose.yml @@ -57,7 +57,7 @@ services: scale: 1 health_check: port: ${HOST_HTTP_PORT} - request_line: GET /healthcheck HTTP/1.1 + request_line: GET /healthcheck HTTP/1.0 interval: 5000 response_timeout: 2000 healthy_threshold: 2