From 6f2f488db443e619b72d2cf5d4fbff11f8eef578 Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Tue, 5 Mar 2024 07:49:24 +0100 Subject: static.nomath.org: add cors --- systems/system1/configuration.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'systems') 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"; } -- cgit v1.2.3