Merged in feature/MAW-887 (pull request #41)
ma redirects * ma redirects
This commit is contained in:
@@ -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: |
|
subdomain.conf: |
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user