nginx: fix gixy add_header warning on homepage-updates.local
This commit is contained in:
parent
bad68a51f8
commit
e295d84b11
1 changed files with 1 additions and 1 deletions
|
|
@ -146,7 +146,7 @@ in
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
default_type application/json;
|
default_type application/json;
|
||||||
add_header Access-Control-Allow-Origin *;
|
add_header Access-Control-Allow-Origin *;
|
||||||
'';
|
'' + securityHeaders;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue