mirror of https://github.com/Chocobozzz/PeerTube
Fix nginx https template
parent
6a84aafd23
commit
b9a20e5947
|
@ -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…
Reference in New Issue