diff --git a/build/prod/web-default-conf-cm.yaml b/build/prod/web-default-conf-cm.yaml index a5acd7cb..954ce628 100644 --- a/build/prod/web-default-conf-cm.yaml +++ b/build/prod/web-default-conf-cm.yaml @@ -46,6 +46,19 @@ data: } + medicalhomealert.conf: | + server { + listen 80; ## listen for ipv4; this line is default and implied + listen [::]:80; ## listen for ipv6 + + server_name medicalhomealert.com www.medicalhomealert.com; + + return 301 https://www.medicalalert.com; + + root /usr/share/nginx/subdomain/www; + index index.php index.html index.htm; + + } subdomain.conf: | diff --git a/release b/release index 453d24db..a1521c41 100644 --- a/release +++ b/release @@ -1 +1 @@ -RELEASE=release-1.17 \ No newline at end of file +RELEASE=release-1.19 \ No newline at end of file