fix redirect ports
This commit is contained in:
parent
941352e14e
commit
56742254f0
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Reference in a new issue