cluster/services/ipfs: fix add_header placement
This commit is contained in:
parent
4f3abd5a8e
commit
faff22a9a1
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@
|
|||
ways = {
|
||||
p2p = {
|
||||
consulService = "ipfs-gateway";
|
||||
extras.locations."/routing" = {
|
||||
extras.locations."/" = {
|
||||
extraConfig = ''
|
||||
add_header X-Content-Type-Options "";
|
||||
add_header Access-Control-Allow-Origin *;
|
||||
|
|
Loading…
Reference in a new issue