Skip to content

Commit a0a6da9

Browse files
author
Matthew Fisher
committed
Merge pull request #2054 from johanneswuerbach/patch-6
feat(router): Changed store hostname to deis-store
2 parents f6f11b0 + 664b579 commit a0a6da9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

router/templates/nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ http {
7474
}
7575

7676
server {
77-
server_name ~^store\.deis\.(?<domain>.+)$;
77+
server_name ~^deis-store\.(?<domain>.+)$;
7878
server_name_in_redirect off;
7979
port_in_redirect off;
8080

0 commit comments

Comments
 (0)