h2o host configs
Example configs for the amazing h2o webserver
git clone --recurse-submodules https://github.com/h2o/h2o && cd h2o && mkdir -p build && cd build && cmake .. && make & make install
I created a repo for debian bullseye, you can install h2o-git with the following oneliner:
wget -O - https://h2o.host/debh2o.gpg.key | apt-key add - && echo "deb http://deb.h2o.host/ bullseye main" > /etc/apt/sources.list.d/debh2o.list && apt-get update && apt-get install h2o-git