Fix nginx https template

This commit is contained in:
Chocobozzz 2017-10-19 17:42:39 +02:00
parent 6a84aafd23
commit b9a20e5947
No known key found for this signature in database
GPG Key ID: 583A612D890159BE

View File

@ -7,7 +7,7 @@ server {
server { server {
listen 443 ssl spdy; # or http2 listen 443 ssl spdy; # or http2
# listen [::]:443; # listen [::]:443 ssl spdy;
server_name domain.tld; server_name domain.tld;
# For example with Let's Encrypt # For example with Let's Encrypt