suite
This commit is contained in:
parent
c366eb4902
commit
dbb15fd2a9
@ -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
|
||||
|
@ -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;
|
||||
|
BIN
public/logo-olwen-technologies.png
Normal file
BIN
public/logo-olwen-technologies.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
Loading…
x
Reference in New Issue
Block a user