mirror of
https://github.com/geerlingguy/ansible-role-nginx.git
synced 2024-11-15 10:25:24 +01:00
Fix syntax in README
Fix return un vhost redirect
This commit is contained in:
parent
b7606808f6
commit
97b91034c0
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user