Merge pull request #110 from minitux/master

Fix syntax in README
This commit is contained in:
Jeff Geerling 2017-06-30 07:13:39 -05:00 committed by GitHub
commit da2ec60144

View File

@ -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.