1# vim: ft=upstart:
2
3description "HTTP/2 reverse proxy"
4
5start on runlevel [2]
6stop on runlevel [016]
7
8exec @bindir@/nghttpx
9