forked from MapComplete/MapComplete
Chore: remove unused domain, formatting
This commit is contained in:
parent
0027299a3e
commit
05ef268deb
1 changed files with 15 additions and 19 deletions
|
@ -1,22 +1,26 @@
|
||||||
hosted.mapcomplete.org {
|
hosted.mapcomplete.org {
|
||||||
root * public/
|
|
||||||
file_server
|
file_server
|
||||||
|
root * public/
|
||||||
|
|
||||||
header {
|
header {
|
||||||
+Permissions-Policy "interest-cohort=()"
|
+Permissions-Policy "interest-cohort=()"
|
||||||
+Report-To `\{"group":"csp-endpoint", "max_age": 86400,"endpoints": [\{"url": "https://report.mapcomplete.org/csp"}], "include_subdomains": true}`
|
+Report-To `\{"group":"csp-endpoint", "max_age": 86400,"endpoints": [\{"url": "https://report.mapcomplete.org/csp"
|
||||||
}
|
} ], "include_subdomains": true
|
||||||
|
}
|
||||||
|
|
||||||
|
`
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
countrycoder.mapcomplete.org {
|
countrycoder.mapcomplete.org {
|
||||||
root * tiles/
|
|
||||||
file_server
|
file_server
|
||||||
|
root * tiles/
|
||||||
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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
report.mapcomplete.org {
|
report.mapcomplete.org {
|
||||||
reverse_proxy {
|
reverse_proxy {
|
||||||
to http://127.0.0.1:2600
|
to http://127.0.0.1:2600
|
||||||
|
@ -30,15 +34,7 @@ studio.mapcomplete.org {
|
||||||
}
|
}
|
||||||
|
|
||||||
lod.mapcomplete.org {
|
lod.mapcomplete.org {
|
||||||
reverse_proxy /extractgraph {
|
reverse_proxy /extractgraph {
|
||||||
to http://127.0.0.1:2346
|
to http://127.0.0.1:2346
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
proxy.mapcomplete.org {
|
|
||||||
reverse_proxy {
|
|
||||||
to http://127.0.0.1:1237
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue