forked from MapComplete/MapComplete
Chore: formatting
This commit is contained in:
parent
230ea1e907
commit
85cb90182b
1 changed files with 10 additions and 12 deletions
|
@ -1,19 +1,17 @@
|
||||||
hosted.mapcomplete.org {
|
hosted.mapcomplete.org {
|
||||||
file_server {
|
root * public/
|
||||||
root * public/
|
file_server
|
||||||
header {
|
header {
|
||||||
+Permissions-Policy "interest-cohort=()"
|
+Permissions-Policy "interest-cohort=()"
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
countrycoder.mapcomplete.org {
|
countrycoder.mapcomplete.org {
|
||||||
file_server {
|
root * tiles/
|
||||||
root * tiles/
|
file_server
|
||||||
header {
|
header {
|
||||||
+Permissions-Policy "interest-cohort=()"
|
+Permissions-Policy "interest-cohort=()"
|
||||||
+Access-Control-Allow-Origin https://hosted.mapcomplete.org https://dev.mapcomplete.org https://mapcomplete.org
|
+Access-Control-Allow-Origin https://hosted.mapcomplete.org https://dev.mapcomplete.org https://mapcomplete.org
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue