From bd03a487a991d3352ed6be7c4e05d05744f110fe Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Wed, 19 Oct 2022 00:09:33 +0300 Subject: don't redirect certbot in testenv --- testenv/redirect-to-https.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'testenv/redirect-to-https.conf') diff --git a/testenv/redirect-to-https.conf b/testenv/redirect-to-https.conf index 6a310968..11796e29 100644 --- a/testenv/redirect-to-https.conf +++ b/testenv/redirect-to-https.conf @@ -1 +1,3 @@ -return 301 https://$host:4430$request_uri; +location / { + return 301 https://$host:4430$request_uri; +} -- cgit v1.2.3