We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f6f11b0 + 664b579 commit a0a6da9Copy full SHA for a0a6da9
1 file changed
router/templates/nginx.conf
@@ -74,7 +74,7 @@ http {
74
}
75
76
server {
77
- server_name ~^store\.deis\.(?<domain>.+)$;
+ server_name ~^deis-store\.(?<domain>.+)$;
78
server_name_in_redirect off;
79
port_in_redirect off;
80
0 commit comments