diff --git a/app/views/public/home/home.html.haml b/app/views/public/home/home.html.haml
index 3820bfc..34732ec 100644
--- a/app/views/public/home/home.html.haml
+++ b/app/views/public/home/home.html.haml
@@ -106,7 +106,7 @@
#intro
.center
- =image_tag "/logo-olwen-technology.png", :id => "logo"
+ =image_tag "/logo-olwen-technologies.png", :id => "logo"
%p
Olwen Technology développe et commercialise
diff --git a/config/nginx.conf b/config/nginx.conf
index 58ece43..57dbe79 100644
--- a/config/nginx.conf
+++ b/config/nginx.conf
@@ -4,7 +4,7 @@ upstream olwen_techno_app_unicorn {
server {
listen [::]:443 ssl;
- server_name olwen-technology.com ;
+ server_name olwen-technologies.com ;
root /srv/www/web/olwen_techno_app/current/public;
try_files $uri/index.html $uri @unicorn;
@@ -39,7 +39,7 @@ server {
server {
listen [::]:443 ssl;
- server_name *.olwen-technology.com;
+ server_name *.olwen-technology.com olwen-technology.com;
ssl on;
ssl_certificate /etc/letsencrypt/live/olwen-technology.com/fullchain.pem;
diff --git a/public/logo-olwen-technologies.png b/public/logo-olwen-technologies.png
new file mode 100644
index 0000000..05a9bfa
Binary files /dev/null and b/public/logo-olwen-technologies.png differ