From 9c56f9433253574f098fd2664acf26aba69b05fe Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Fri, 12 Nov 2021 06:22:45 +0300 Subject: testenv https redirect --- testenv/redirect-to-https.conf | 1 + 1 file changed, 1 insertion(+) create mode 100644 testenv/redirect-to-https.conf (limited to 'testenv/redirect-to-https.conf') diff --git a/testenv/redirect-to-https.conf b/testenv/redirect-to-https.conf new file mode 100644 index 00000000..6a310968 --- /dev/null +++ b/testenv/redirect-to-https.conf @@ -0,0 +1 @@ +return 301 https://$host:4430$request_uri; -- cgit v1.2.3