Skip to content

Commit 664b579

Browse files
feat(router): Changed store hostname to deis-store
This makes deis-store accessible via https when using a standard wildcard certificate.
1 parent 03b087e commit 664b579

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)