We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
http2 depends on TLSv1.2, and need to install openssl 1.1. Please refer https://www.openssl.org
cd niuhttpd
niuhttpd
wget https://www.openssl.org/source/openssl-1.1.0c.tar.gz
tar zxvf openssl-1.1.0c.tar.gz
cd openssl-1.1.0c
./config
make
make test
sudo make install
sudo vim /var/niuhttpd/niuhttpd.conf
cd ..
cd src
make openssl_v_1_1=1
set "HTTP2Enable = yes"