mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-09 08:37:37 +03:00
http2
This commit is contained in:
parent
a0b8271532
commit
a663a7168a
@ -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