cors-school

This commit is contained in:
nora 2023-08-27 12:58:16 +02:00
parent c0ed8f61fc
commit ab7d6a91d6
6 changed files with 88 additions and 4 deletions

View file

@ -45,3 +45,12 @@ api.hugo-chat.nilstrieb.dev {
hugo-chat.nilstrieb.dev {
reverse_proxy * localhost:5002
}
api.cors-school.nilstrieb.dev {
import cors https://cors-school.nilstrieb.dev
reverse_proxy * localhost:5003
}
cors-school.nilstrieb.dev {
reverse_proxy * localhost:5004
}