web: add binary.kitchen to vhost config

This commit is contained in:
Markus 2019-11-30 22:11:40 +01:00
parent ef9e4352d3
commit 3ab962ba4d
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name binary-kitchen.de;
server_name binary-kitchen.de binary.kitchen www.binary.kitchen;
ssl_certificate_key /etc/nginx/ssl/www.binary-kitchen.de.key;
ssl_certificate /etc/nginx/ssl/www.binary-kitchen.de.crt;