forked from MapComplete/MapComplete
Config: attempt to fix caddy file
This commit is contained in:
parent
bc96c8968b
commit
46b75b877b
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
||||||
builds.mapcomplete.org {
|
builds.mapcomplete.org {
|
||||||
root * public/
|
root * /root/public/
|
||||||
encode
|
encode
|
||||||
|
try_files {path}.html
|
||||||
file_server browse
|
file_server browse
|
||||||
header {
|
header {
|
||||||
+Permissions-Policy "interest-cohort=()"
|
+Permissions-Policy "interest-cohort=()"
|
||||||
|
@ -54,7 +55,6 @@ single.mapcomplete.org {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
app.mapcomplete.org {
|
app.mapcomplete.org {
|
||||||
root * /root/app/
|
root * /root/app/
|
||||||
encode
|
encode
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue