fix: cors testing again
This commit is contained in:
parent
de8382c7c9
commit
37fd34358c
1 changed files with 1 additions and 2 deletions
|
@ -75,8 +75,7 @@ in {
|
|||
# add_header Access-Control-Allow-Origin "https://account.${cfg.domain.base}.${cfg.domain.tld}";
|
||||
# '';
|
||||
extraConfig = ''
|
||||
add_header Access-Control-Allow-Origin "https://account.${cfg.domain.base}.${cfg.domain.tld}";
|
||||
#add_header Access-Control-Allow-Origin "*";
|
||||
add_header Access-Control-Allow-Origin "*";
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue