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