Fix nginx https template
This commit is contained in:
parent
6a84aafd23
commit
b9a20e5947
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user