diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-07-22 07:49:20 +0000 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-07-22 07:49:20 +0000 |
commit | 262324723a6833441515be86729579041a28c0b9 (patch) | |
tree | d68e7f6fa72c1e70b2abe4f3cb6d8c31bfeaa7b5 /etc | |
parent | f40a288b52b0a00618c54e94d27711d88d0b0042 (diff) |
nginx.conf add comment about http2
Diffstat (limited to 'etc')
-rw-r--r-- | etc/nginx/nginx.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/nginx/nginx.conf b/etc/nginx/nginx.conf index d5d4c302..73ff11e0 100644 --- a/etc/nginx/nginx.conf +++ b/etc/nginx/nginx.conf @@ -41,6 +41,7 @@ http { # https://nginx.org/en/docs/http/server_names.html types_hash_max_size 4096; + # https://freenginx.org/en/docs/http/ngx_http_v2_module.html#example http2 on; server { |