Enable http2

master
andryyy 2017-06-06 21:59:27 +02:00
parent 2db910d6dc
commit e15795e112
1 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
listen ${HTTPS_PORT};
listen [::]:${HTTPS_PORT};
listen ${HTTPS_PORT} http2;
listen [::]:${HTTPS_PORT} http2;