pmr.quartz.xyz
This commit is contained in:
parent
6f8bdaece2
commit
461f7d04ca
@ -4,7 +4,7 @@ upstream pmr_app_unicorn {
|
|||||||
|
|
||||||
server {
|
server {
|
||||||
listen 80;
|
listen 80;
|
||||||
server_name pmr.quartz.xyz;
|
server_name access-pmr.com;
|
||||||
root /home/web/pmr_app/current/public;
|
root /home/web/pmr_app/current/public;
|
||||||
try_files $uri/index.html $uri @unicorn;
|
try_files $uri/index.html $uri @unicorn;
|
||||||
|
|
||||||
@ -22,7 +22,7 @@ server {
|
|||||||
|
|
||||||
server {
|
server {
|
||||||
listen 80;
|
listen 80;
|
||||||
server_name www.pmr.quartz.xyz;
|
server_name www.access-pmr.com www.pmr.quartz.xyz pmr.quartz.xyz;
|
||||||
rewrite ^(.*) http://pmr.quartz.xyz permanent;
|
rewrite ^(.*) http://pmr.quartz.xyz permanent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user