Skip to content

Commit 4674086

Browse files
committed
ref(router): rename gateway from store.domain to store.deis.domain
1 parent 39a5e7f commit 4674086

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\.(?<domain>.+)$;
77+
server_name ~^store\.deis\.(?<domain>.+)$;
7878
server_name_in_redirect off;
7979
port_in_redirect off;
8080

0 commit comments

Comments
 (0)