Update caddyfile

This commit is contained in:
Pieter Vander Vennet 2024-02-22 15:09:52 +01:00
parent 6b703581de
commit f971d7fd41

View file

@ -3,11 +3,12 @@ cache.mapcomplete.org {
to http://127.0.0.1:2345 to http://127.0.0.1:2345
} }
reverse_proxy /* {
to http://127.0.0.1:7800
}
reverse_proxy /extractgraph { reverse_proxy /extractgraph {
to http://127.0.0.1:2346 to http://127.0.0.1:2346
} }
reverse_proxy /* {
to http://127.0.0.1:7800
}
} }