cluster/services/ipfs: fix add_header placement

This commit is contained in:
Max Headroom 2024-07-04 22:15:30 +02:00
parent 4f3abd5a8e
commit faff22a9a1

View file

@ -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 *;