suite
This commit is contained in:
parent
822aaab3e5
commit
ed9f24e07a
@ -4,7 +4,7 @@ upstream idn_app_unicorn {
|
|||||||
|
|
||||||
server {
|
server {
|
||||||
listen 80;
|
listen 80;
|
||||||
server_name idncommunication.com;
|
server_name idn.quartz.xyz idncommunication.com;
|
||||||
root /home/web/idn_app/current/public;
|
root /home/web/idn_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.idncommunication.com idn.quartz.xyz;
|
server_name www.idncommunication.com;
|
||||||
rewrite ^(.*) http://idncommunication.com permanent;
|
rewrite ^(.*) http://idncommunication.com permanent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user