CI: add studio to caddyfile

This commit is contained in:
Pieter Vander Vennet 2023-10-11 00:35:34 +02:00
parent ad239b230f
commit 02da68a62e

View file

@ -22,3 +22,9 @@ report.mapcomplete.org {
to http://127.0.0.1:2600
}
}
studio.mapcomplete.org {
reverse_proxy {
to http://127.0.0.1:1235
}
}