mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 01:00:29 +08:00
nginx update with http2 directive
This commit is contained in:
parent
e3313f33d3
commit
3749599361
2
PKGBUILD
2
PKGBUILD
@ -71,7 +71,7 @@ depends=(
|
|||||||
libgpiod
|
libgpiod
|
||||||
freetype2
|
freetype2
|
||||||
"v4l-utils>=1.22.1-1"
|
"v4l-utils>=1.22.1-1"
|
||||||
nginx-mainline
|
"nginx-mainline>=1.25.1"
|
||||||
openssl
|
openssl
|
||||||
platformio
|
platformio
|
||||||
avrdude-pikvm
|
avrdude-pikvm
|
||||||
|
|||||||
@ -1,2 +1,3 @@
|
|||||||
listen 443 ssl http2;
|
listen 443 ssl;
|
||||||
listen [::]:443 ssl http2;
|
listen [::]:443 ssl;
|
||||||
|
http2 on;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user