We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
cd ..
release 0.3 beta ubuntu openssl_v_1_1=1
sudo vim /var/niuhttpd/niuhttpd.conf
set "HTTP2Enable = yes"
There was an error while loading. Please reload this page.