mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 16:55:00 +01:00
move uptime
This commit is contained in:
parent
b695131065
commit
1a2f1dfbfa
12 changed files with 89 additions and 53 deletions
|
|
@ -24,12 +24,20 @@
|
|||
}
|
||||
}
|
||||
|
||||
www.noratrieb.dev {
|
||||
redir https://noratrieb.dev{uri} permanent
|
||||
}
|
||||
|
||||
uptime.noratrieb.dev {
|
||||
reverse_proxy * vps1.local:5010
|
||||
}
|
||||
|
||||
hugo-chat.noratrieb.dev {
|
||||
reverse_proxy * vps1.local:5002
|
||||
}
|
||||
|
||||
api.cors-school.noratrieb.dev {
|
||||
import cors https://cors-school.noratrieb.dev "DNT,X-CustomHeader,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,token,refresh-token,Authorization"
|
||||
api.hugo-chat.noratrieb.dev {
|
||||
import cors https://hugo-chat.noratrieb.dev "DNT,X-CustomHeader,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type"
|
||||
reverse_proxy * vps1.local:5001
|
||||
}
|
||||
|
||||
|
|
@ -39,6 +47,10 @@ nilstrieb.dev {
|
|||
redir https://noratrieb.dev{uri} permanent
|
||||
}
|
||||
|
||||
www.nilstrieb.dev {
|
||||
redir https://noratrieb.dev{uri} permanent
|
||||
}
|
||||
|
||||
blog.nilstrieb.dev {
|
||||
redir https://blog.noratrieb.dev{uri} permanent
|
||||
}
|
||||
|
|
@ -50,3 +62,7 @@ hugo-chat.nilstrieb.dev {
|
|||
api.hugo-chat.nilstrieb.dev {
|
||||
redir https://api.hugo-chat.noratrieb.dev{uri} permanent
|
||||
}
|
||||
|
||||
uptime.nilstrieb.dev {
|
||||
redir https://uptime.noratrieb.dev{uri} permanent
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue