mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-11-22 08:46:54 -06:00
change nginx config to fix deprecation of a old module (#175)
This commit is contained in:
parent
98418afe2d
commit
99eff32c00
@ -6,7 +6,7 @@ server {
|
||||
}
|
||||
|
||||
server {
|
||||
listen 443 ssl spdy; # or http2
|
||||
listen 443 ssl http2; # spdy is deprecated on nginx
|
||||
# listen [::]:443 ssl spdy;
|
||||
server_name domain.tld;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user