suite
This commit is contained in:
parent
188f59fa53
commit
d70c4a5601
@ -3,7 +3,7 @@ upstream accescible_app_unicorn {
|
||||
}
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
listen [::]:80;
|
||||
server_name www.accescible-solutions.com;
|
||||
root /srv/www/web/accescible_app/current/public;
|
||||
try_files $uri/index.html $uri @unicorn;
|
||||
@ -21,7 +21,7 @@ server {
|
||||
}
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
server_name accescible-solutions.com;
|
||||
rewrite ^(.*) http://www.accescible-solutions.com$1 permanent;
|
||||
listen [::]:80;
|
||||
server_name accescible-solutions.com;
|
||||
rewrite ^(.*) http://www.accescible-solutions.com$1 permanent;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user