From 97b91034c08b39357ea1df11f9dca6e1f6ebb78e Mon Sep 17 00:00:00 2001 From: minitux Date: Fri, 30 Jun 2017 10:10:49 +0200 Subject: [PATCH] Fix syntax in README Fix return un vhost redirect --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e4edb3..aa8c3ab 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Please take note of the indentation in the above block. The first line should be - listen: "80" server_name: "example.com www.example.com" - return "301 https://example.com$request_uri;" + return: "301 https://example.com$request_uri" filename: "example.com.80.conf" An example of a secondary vhost which will redirect to the one shown above.