fix: little bit of a cleanup
This commit is contained in:
parent
a305a1f744
commit
8a37a3c42e
1 changed files with 0 additions and 4 deletions
|
@ -72,10 +72,6 @@ in {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
useACMEHost = "skynet";
|
useACMEHost = "skynet";
|
||||||
locations."/".proxyPass = "http://localhost:${port_backend}";
|
locations."/".proxyPass = "http://localhost:${port_backend}";
|
||||||
|
|
||||||
# extraConfig = ''
|
|
||||||
# add_header Access-Control-Allow-Origin "https://account.${cfg.domain.base}.${cfg.domain.tld}";
|
|
||||||
# '';
|
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
add_header Access-Control-Allow-Origin "*";
|
add_header Access-Control-Allow-Origin "*";
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue