mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 16:55:00 +01:00
redirect {www}.nilstrieb.dev
This commit is contained in:
parent
e225058f4c
commit
51410a6204
2 changed files with 13 additions and 1 deletions
|
|
@ -33,6 +33,14 @@ vps2.nilstrieb.dev {
|
|||
file_server
|
||||
}
|
||||
|
||||
nilstrieb.dev {
|
||||
redir https://blog.nilstrieb.dev{uri}
|
||||
}
|
||||
|
||||
www.nilstrieb.dev {
|
||||
redir https://blog.nilstrieb.dev{uri}
|
||||
}
|
||||
|
||||
docker.nilstrieb.dev {
|
||||
reverse_proxy * localhost:5000
|
||||
}
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@ http {
|
|||
}
|
||||
}
|
||||
|
||||
# MOVED
|
||||
server {
|
||||
listen 443 ssl;
|
||||
|
||||
|
|
@ -46,6 +47,7 @@ http {
|
|||
}
|
||||
}
|
||||
|
||||
# MOVED
|
||||
server {
|
||||
listen 443 ssl;
|
||||
|
||||
|
|
@ -58,6 +60,7 @@ http {
|
|||
}
|
||||
}
|
||||
|
||||
# MOVED
|
||||
server {
|
||||
listen 443 ssl;
|
||||
|
||||
|
|
@ -82,6 +85,7 @@ http {
|
|||
}
|
||||
}
|
||||
|
||||
# MOVED
|
||||
server {
|
||||
listen 443 ssl;
|
||||
|
||||
|
|
@ -94,7 +98,7 @@ http {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
# MOVED
|
||||
server {
|
||||
listen 443 ssl;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue