suite
This commit is contained in:
parent
ea91dd4e92
commit
aba24babf0
@ -4,7 +4,7 @@ upstream idn_app_unicorn {
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
server_name idn.quartz.xyz idncommunication.com;
|
||||
server_name idn.quartz.xyz idncommunication.com www.idncommunication.com;
|
||||
root /home/web/idn_app/current/public;
|
||||
try_files $uri/index.html $uri @unicorn;
|
||||
|
||||
@ -22,7 +22,7 @@ server {
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
server_name www.idncommunication.com;
|
||||
server_name www2.idncommunication.com;
|
||||
rewrite ^(.*) http://idncommunication.com permanent;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user