Home  >  Article  >  Topics  >  Tutorial on enabling http2 for Pagoda Panel site

Tutorial on enabling http2 for Pagoda Panel site

藏色散人
藏色散人forward
2021-04-29 15:55:063103browse

The following tutorial column of Pagoda Panel will introduce to you the tutorial for enabling http2 on the site. I hope it will be helpful to friends who need it!

Tutorial on enabling http2 for Pagoda Panel site

Tutorial on enabling http2 on site

Nginx:

Modify the configuration after opening ssl file, change listen 443 ssl; to listen 443 ssl http2; and save it.

At the same time, be careful not to delete the semicolon by mistake;

nginx1.8 version does not support http2

Tutorial on enabling http2 for Pagoda Panel site

Open ssl under Apache2.4 and enable it http2. Apache installed before June does not compile the http2 module. It needs to be uninstalled and reinstalled to support http2

If you are not sure when you installed it, you can check the configuration file to see if there is an http2 module.

Tutorial on enabling http2 for Pagoda Panel site

The above is the detailed content of Tutorial on enabling http2 for Pagoda Panel site. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:bt.cn. If there is any infringement, please contact admin@php.cn delete