fix: little bit of a cleanup

This commit is contained in:
silver 2023-10-27 02:50:40 +01:00
parent a305a1f744
commit 8a37a3c42e

View file

@ -72,10 +72,6 @@ in {
forceSSL = true;
useACMEHost = "skynet";
locations."/".proxyPass = "http://localhost:${port_backend}";
# extraConfig = ''
# add_header Access-Control-Allow-Origin "https://account.${cfg.domain.base}.${cfg.domain.tld}";
# '';
extraConfig = ''
add_header Access-Control-Allow-Origin "*";
'';