forked from MapComplete/MapComplete
Merge develop
This commit is contained in:
commit
3fe1f39c46
457 changed files with 6866 additions and 218533 deletions
|
@ -6,6 +6,22 @@ builds.mapcomplete.org {
|
|||
}
|
||||
}
|
||||
|
||||
mapcomplete.org {
|
||||
root * public/master/
|
||||
try_files {path}.html
|
||||
file_server
|
||||
header {
|
||||
+Permissions-Policy "interest-cohort=()"
|
||||
}
|
||||
handle_errors {
|
||||
@404 {
|
||||
expression {http.error.status_code} == 404
|
||||
}
|
||||
rewrite @404 /404.html
|
||||
file_server
|
||||
}
|
||||
}
|
||||
|
||||
dev.mapcomplete.org {
|
||||
root * public/develop/
|
||||
try_files {path}.html
|
||||
|
@ -56,6 +72,15 @@ countrycoder.mapcomplete.org {
|
|||
}
|
||||
}
|
||||
|
||||
data.mapcomplete.org {
|
||||
root * data/
|
||||
file_server
|
||||
header {
|
||||
+Permissions-Policy "interest-cohort=()"
|
||||
+Access-Control-Allow-Origin *
|
||||
}
|
||||
}
|
||||
|
||||
report.mapcomplete.org {
|
||||
reverse_proxy http://127.0.0.1:2348
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue