From 85aa19c4e0e833fdd27f4c2080e3515b299fb9ca Mon Sep 17 00:00:00 2001 From: Rachit Bhargava Date: Tue, 5 Mar 2024 18:30:04 +0000 Subject: [PATCH] Merged in feature/MAW-887 (pull request #41) ma redirects * ma redirects --- build/prod/web-default-conf-cm.yaml | 13 +++++++++++++ release | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) 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