mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-28 02:58:22 +03:00
http2 (#22379)
This commit is contained in:
parent
9eb037c369
commit
947ddfa542
@ -73,6 +73,7 @@ cd /tmp/nginx
|
|||||||
--with-file-aio \
|
--with-file-aio \
|
||||||
--with-http_sub_module \
|
--with-http_sub_module \
|
||||||
--with-http_ssl_module \
|
--with-http_ssl_module \
|
||||||
|
--with-http_v2_module \
|
||||||
--with-http_auth_request_module \
|
--with-http_auth_request_module \
|
||||||
--with-http_realip_module \
|
--with-http_realip_module \
|
||||||
--with-threads \
|
--with-threads \
|
||||||
|
|||||||
@ -63,6 +63,9 @@ http {
|
|||||||
server {
|
server {
|
||||||
include listen.conf;
|
include listen.conf;
|
||||||
|
|
||||||
|
# enable HTTP/2 for TLS connections to eliminate browser 6-connection limit
|
||||||
|
http2 on;
|
||||||
|
|
||||||
# vod settings
|
# vod settings
|
||||||
vod_base_url '';
|
vod_base_url '';
|
||||||
vod_segments_base_url '';
|
vod_segments_base_url '';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user