From 1e395b150c87767bf912b25608cab87aef8b9753 Mon Sep 17 00:00:00 2001 From: Bastian de Byl Date: Thu, 1 Oct 2020 10:11:51 -0400 Subject: [PATCH] fixec 'pathectory' typo back to 'directory' --- .../http/templates/nginx/sites/ci.bdebyl.net.https.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/http/templates/nginx/sites/ci.bdebyl.net.https.conf.j2 b/ansible/roles/http/templates/nginx/sites/ci.bdebyl.net.https.conf.j2 index 161df85..debeef6 100644 --- a/ansible/roles/http/templates/nginx/sites/ci.bdebyl.net.https.conf.j2 +++ b/ansible/roles/http/templates/nginx/sites/ci.bdebyl.net.https.conf.j2 @@ -36,7 +36,7 @@ server { proxy_set_header Host $http_host; proxy_pass http://drone; - proxy_repathect off; + proxy_redirect off; proxy_http_version 1.1; proxy_buffering off;