Add HTTP/2 support to nginx build and enable it in nginx.conf

This commit is contained in:
Sergey Krashevich 2023-08-27 04:17:34 +03:00
parent 7c629c1874
commit c5da887eba
No known key found for this signature in database
GPG Key ID: 625171324E7D3856
2 changed files with 3 additions and 0 deletions

View File

@ -60,6 +60,7 @@ cd /tmp/nginx
--with-file-aio \
--with-http_sub_module \
--with-http_ssl_module \
--with-http_v2_module \
--with-threads \
--add-module=../nginx-vod-module \
--add-module=../nginx-secure-token-module \

View File

@ -55,6 +55,8 @@ http {
server {
listen 5000;
http2 on;
# vod settings
vod_base_url '';
vod_segments_base_url '';