Redirect HTTP requests that are directly made to the IP address to auro.re

This commit is contained in:
Yohann D'ANELLO 2020-11-06 01:00:21 +01:00
parent 7e48cbc3be
commit 2cd029d6a5
2 changed files with 7 additions and 3 deletions

View File

@ -28,7 +28,9 @@ nginx:
port: 2222 port: 2222
destination: "10.128.0.60:2222" destination: "10.128.0.60:2222"
redirect_sites: {} redirect_sites:
- from: 45.66.111.61
to: auro.re
reverseproxy_sites: reverseproxy_sites:
- from: re2o.auro.re - from: re2o.auro.re

View File

@ -29,8 +29,10 @@ nginx:
redirect_tcp: {} redirect_tcp: {}
redirect_sites: redirect_sites:
- from: auro.re - from: www.auro.re
to: www.auro.re to: auro.re
- from: 92.222.211.195
to: auro.re
reverseproxy_sites: reverseproxy_sites:
- from: phabricator.auro.re - from: phabricator.auro.re