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 {
|
||||
root * public/
|
||||
root * /root/public/
|
||||
encode
|
||||
try_files {path}.html
|
||||
file_server browse
|
||||
header {
|
||||
+Permissions-Policy "interest-cohort=()"
|
||||
|
@ -54,7 +55,6 @@ single.mapcomplete.org {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
app.mapcomplete.org {
|
||||
root * /root/app/
|
||||
encode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue