Merge branch 'master' into develop

This commit is contained in:
Pieter Vander Vennet 2025-01-26 19:11:46 +01:00
commit 36a9b49c66

View file

@ -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 { dev.mapcomplete.org {
root * public/develop/ root * public/develop/
try_files {path}.html try_files {path}.html