mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-06 11:15:21 +03:00
Add HTTP/2 support to nginx build and enable it in nginx.conf
This commit is contained in:
parent
7c629c1874
commit
c5da887eba
@ -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 \
|
||||
|
||||
@ -55,6 +55,8 @@ http {
|
||||
server {
|
||||
listen 5000;
|
||||
|
||||
http2 on;
|
||||
|
||||
# vod settings
|
||||
vod_base_url '';
|
||||
vod_segments_base_url '';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user