forked from infra/ansible
web: add binary.kitchen to vhost config
This commit is contained in:
parent
ef9e4352d3
commit
3ab962ba4d
@ -18,7 +18,7 @@ server {
|
|||||||
listen 443 ssl http2;
|
listen 443 ssl http2;
|
||||||
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_key /etc/nginx/ssl/www.binary-kitchen.de.key;
|
||||||
ssl_certificate /etc/nginx/ssl/www.binary-kitchen.de.crt;
|
ssl_certificate /etc/nginx/ssl/www.binary-kitchen.de.crt;
|
||||||
|
Loading…
Reference in New Issue
Block a user