1
0
Fork 0
This commit is contained in:
OniriCorpe 2024-01-17 00:10:59 +01:00
parent b0981c2c8a
commit 93804380e9
1 changed files with 2 additions and 2 deletions

View File

@ -54,11 +54,11 @@ ram.runtime = "50M"
main.url = "/"
api.url = "/api"
api.allowed = "visitors"
api.auth_header =false
api.auth_header = false
api.show_tile = false
api.protected = true
download.url = "/download"
download.allowed = "visitors"
download.auth_header = false
download.show_tile = false
download.additional_urls = [ "re:^/.*.css$", "re:^/.*.js$", "re:^/.*.svg$", "re:^/.*.woff2$", "re:^/favicon.*.png$"
download.additional_urls = [ "re:^/.*.css$", "re:^/.*.js$", "re:^/.*.svg$", "re:^/.*.woff2$", "re:^/favicon.*.png$" ]