Skip to content

Commit e501e61

Browse files
committed
chore: allow specify different repository extensions host name when using offline image
1 parent 4ce9d7b commit e501e61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stackgres-k8s/install/helm/Dockerfile.offline-extensions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ EOF
4444
root /opt/app-root/src;
4545

4646
location / {
47-
try_files /$host$uri =404;
47+
try_files /extensions.stackgres.io$uri =404;
4848
}
4949
}
5050
EOF

0 commit comments

Comments
 (0)