Fix nginx https template
This commit is contained in:
parent
6a84aafd23
commit
b9a20e5947
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ server {
|
|||
|
||||
server {
|
||||
listen 443 ssl spdy; # or http2
|
||||
# listen [::]:443;
|
||||
# listen [::]:443 ssl spdy;
|
||||
server_name domain.tld;
|
||||
|
||||
# For example with Let's Encrypt
|
||||
|
|
Loading…
Add table
Reference in a new issue