Skip to content

Commit e9decee

Browse files
committed
Support gateway root redirect
1 parent a08b64e commit e9decee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/ipfs/templates/home/ipfs/ipfs_default_config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
"*"
131131
]
132132
},
133-
"RootRedirect": "",
133+
"RootRedirect": "{{ ipfs_gateway_root_redirect | default('') }}",
134134
"Writable": false,
135135
"PathPrefixes": [],
136136
"APICommands": [],

0 commit comments

Comments
 (0)