aboutsummaryrefslogtreecommitdiffstats
path: root/systems
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2024-03-05 07:49:24 +0100
committerLibravatar Alexander Foremny <aforemny@posteo.de>2024-03-05 07:55:06 +0100
commit6f2f488db443e619b72d2cf5d4fbff11f8eef578 (patch)
treea78fc4e91fdee743a549724606792723729261c5 /systems
parent212d6511b76993464d535aacbc7eca3cec7d1c68 (diff)
static.nomath.org: add cors
Diffstat (limited to 'systems')
-rw-r--r--systems/system1/configuration.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/systems/system1/configuration.nix b/systems/system1/configuration.nix
index 13fa8a5..79fc17e 100644
--- a/systems/system1/configuration.nix
+++ b/systems/system1/configuration.nix
@@ -32,6 +32,7 @@
}
# enable static website "static.nomath.org"
{
+ fysiweb-apps.public.static-website."static-nomath-org".cors = "*";
fysiweb-apps.public.static-website."static-nomath-org".domain = "static.nomath.org";
fysiweb-apps.public.static-website."static-nomath-org".root = "/var/lib/abuilder/static-nomath-org/main";
}