A HTTP2 web server for reverse proxy and single page application, automatically apply for ssl certificate, zero-configuration.
Install via nami
$ nami install github.com/txthinking/nico
Make sure your domains are already resolved to your server IP and open 80/443 port
$ nico 'domain.com http://127.0.0.1:2020'
$ nico 'domain.com /path/to/web/root'
$ nico 'domain1.com http://127.0.0.1:2020' 'domain2.com /path/to/web/root' 'domain3.com http://127.0.0.1:3030'
You may like joker
Nico is a simple HTTP2 web server, but she is enough in most cases. If you want to use rewrite, load balancing, you need to consider nginx or others.
Licensed under The GPLv3 License