Create Serving_a_different_domain.md
The location directive was missing the "=" operator.
This commit is contained in:
parent
45361a6b78
commit
491e44c346
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ Therefore, the easiest way to configure domain.org is to redirect `/.well-known/
|
|||
With nginx, it would be as simple as adding:
|
||||
|
||||
```nginx
|
||||
location /.well-known/host-meta {
|
||||
location = /.well-known/host-meta {
|
||||
return 301 https://social.example.org$request_uri;
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue