fix redirect ports

This commit is contained in:
Pim Kunis 2023-07-12 18:49:54 +02:00
parent 941352e14e
commit 56742254f0

View file

@ -54,7 +54,7 @@ server {
server {
server_name traefik.pim.kunis.nl;
return 301 https://traefik.kun.is$request_uri;
return 301 https://traefik.kun.is:444$request_uri;
}
server {
@ -64,10 +64,10 @@ server {
server {
server_name pihole.pim.kunis.nl;
return 301 https://pihole.kun.is$request_uri;
return 301 https://pihole.kun.is:444$request_uri;
}
server {
server_name swarm.pim.kunis.nl;
return 301 https://swarm.kun.is$request_uri;
return 301 https://swarm.kun.is:444$request_uri;
}