Caddy file config fix

This commit is contained in:
Pieter Vander Vennet 2024-02-18 17:33:41 +01:00
parent 16373c840f
commit bb877c93ba

View file

@ -1,9 +1,9 @@
cache.mapcomplete.org { cache.mapcomplete.org {
reverse_proxy /mvt { reverse_proxy /mvt/* {
to http://127.0.0.1:7800 to http://127.0.0.1:7800
} }
reverse_proxy /summary { reverse_proxy /summary/* {
to http://127.0.0.1:2345 to http://127.0.0.1:2345
} }
} }