Radish alpha
r
rad:z254T5p17bdFPmzfDojsdjo4HjpoZ
Radicle Infrastructure as Code (NixOS, OpenTofu, …)
Radicle
Git
os/host/seed/files: Allow any CORS origin
Lorenz Leutgeb committed 7 months ago
commit b5d6dbcca08db52611a8a44bba63e722f04b730e
parent 130fee6
1 file changed +1 -1
modified os/host/seed/files.nix
@@ -10,7 +10,7 @@ in {
  services.nginx.virtualHosts.${name} = {
    root = "/var/www/${name}";
    extraConfig = ''
-
      add_header 'Access-Control-Allow-Origin' 'https://radicle.xyz';
+
      add_header 'Access-Control-Allow-Origin' '*';
      autoindex on;
    '';
    addSSL = true;