Merged in feature/MAW-887 (pull request #41)

ma redirects

* ma redirects
This commit is contained in:
Rachit Bhargava
2024-03-05 18:30:04 +00:00
parent 711abdb1ea
commit 85aa19c4e0
2 changed files with 14 additions and 1 deletions

View File

@@ -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: |

View File

@@ -1 +1 @@
RELEASE=release-1.17
RELEASE=release-1.19