Chore: formatting of caddyfile

This commit is contained in:
Pieter Vander Vennet 2024-06-15 14:06:51 +02:00
parent 5354cbf6c3
commit 00fd8588fa

View file

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