mapcomplete/Docs/ServerConfig/hetzner/Caddyfile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

33 lines
597 B
Text
Raw Normal View History

2023-09-25 03:14:29 +02:00
hosted.mapcomplete.org {
2024-06-14 09:45:04 +02:00
root * public/
file_server
header {
+Permissions-Policy "interest-cohort=()"
}
2023-09-25 03:14:29 +02:00
}
countrycoder.mapcomplete.org {
2024-06-14 09:45:04 +02:00
root * tiles/
file_server
header {
+Permissions-Policy "interest-cohort=()"
+Access-Control-Allow-Origin https://hosted.mapcomplete.org https://dev.mapcomplete.org https://mapcomplete.org
}
2023-09-25 03:14:29 +02:00
}
report.mapcomplete.org {
2024-07-14 03:55:30 +02:00
reverse_proxy http://127.0.0.1:2348
2023-09-25 03:14:29 +02:00
}
2023-10-11 00:35:34 +02:00
studio.mapcomplete.org {
2024-07-14 03:55:30 +02:00
reverse_proxy http://127.0.0.1:1235
2023-10-11 00:35:34 +02:00
}
2023-12-31 14:39:16 +01:00
2024-04-06 11:01:21 +02:00
lod.mapcomplete.org {
2024-07-14 03:55:30 +02:00
reverse_proxy http://127.0.0.1:2346
2024-06-10 15:04:43 +02:00
}
2024-06-17 18:26:48 +02:00
ipinfo.mapcomplete.org {
2024-07-14 03:55:30 +02:00
reverse_proxy 127.0.0.1:2347
2024-06-25 17:24:09 +02:00
}