switch to http2 directive

This commit is contained in:
2024-09-09 12:34:14 -07:00
parent d8aff4737f
commit 93dedc5321
12 changed files with 14 additions and 11 deletions

View File

@@ -34,6 +34,9 @@ http {
# proxy parameters
include proxy-params.conf;
# enable http2
http2 on;
# include http
include http/*.conf;
}