add redirect to nginx

This commit is contained in:
2022-04-17 14:24:18 +02:00
parent 8b295da3a3
commit df477801d4
4 changed files with 25 additions and 3 deletions

View File

@ -10,8 +10,10 @@ proxy:
- {domain: swagger.kmlabz.com, ip: swagger.stargate.internal}
static:
- {domain: tormakristof.eu, directory: /var/www/tormakristof.eu, repo: "https://git.kmlabz.com/kmlabz/homepage.git"}
- {domain: tormakris.dev, directory: /var/www/tormakristof.eu, repo: "https://git.kmlabz.com/kmlabz/homepage.git"}
- {domain: torma.xyz, directory: /var/www/tormakristof.eu, repo: "https://git.kmlabz.com/kmlabz/homepage.git"}
- {domain: kmlabz.com, directory: /var/www/kmlabz.com, repo: "https://git.kmlabz.com/kmlabz/homepage.git"}
redirect:
- {domain: tormakristof.eu, destination: "https://www.tormakristof.eu"}
- {domain: tormakris.dev, destination: "https://www.tormakristof.eu"}
- {domain: torma.xyz, destination: "https://www.tormakristof.eu"}
...