Redirect HTTP requests that are directly made to the IP address to auro.re
This commit is contained in:
parent
7e48cbc3be
commit
2cd029d6a5
2 changed files with 7 additions and 3 deletions
|
@ -28,7 +28,9 @@ nginx:
|
|||
port: 2222
|
||||
destination: "10.128.0.60:2222"
|
||||
|
||||
redirect_sites: {}
|
||||
redirect_sites:
|
||||
- from: 45.66.111.61
|
||||
to: auro.re
|
||||
|
||||
reverseproxy_sites:
|
||||
- from: re2o.auro.re
|
||||
|
|
|
@ -29,8 +29,10 @@ nginx:
|
|||
redirect_tcp: {}
|
||||
|
||||
redirect_sites:
|
||||
- from: auro.re
|
||||
to: www.auro.re
|
||||
- from: www.auro.re
|
||||
to: auro.re
|
||||
- from: 92.222.211.195
|
||||
to: auro.re
|
||||
|
||||
reverseproxy_sites:
|
||||
- from: phabricator.auro.re
|
||||
|
|
Loading…
Reference in a new issue