mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 16:55:00 +01:00
no more world accessible servers, cool
This commit is contained in:
parent
2319542edd
commit
b58d3f4ceb
3 changed files with 6 additions and 6 deletions
|
|
@ -31,16 +31,16 @@ www.noratrieb.dev {
|
|||
}
|
||||
|
||||
uptime.noratrieb.dev {
|
||||
reverse_proxy * vps1.local:5010
|
||||
reverse_proxy * localhost:5010
|
||||
}
|
||||
|
||||
hugo-chat.noratrieb.dev {
|
||||
reverse_proxy * vps1.local:5002
|
||||
reverse_proxy * localhost:5002
|
||||
}
|
||||
|
||||
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
|
||||
reverse_proxy * localhost:5001
|
||||
}
|
||||
|
||||
# TODO:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue