change nginx config to fix deprecation of a old module (#175)

pull/181/head
Fernandez, ReK2 2018-01-06 09:07:52 -08:00 committed by Chocobozzz
parent 98418afe2d
commit 99eff32c00
1 changed files with 1 additions and 1 deletions

View File

@ -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;