mirror of
https://github.com/nghttp2/nghttp2.git
synced 2025-12-06 18:18:52 +08:00
9 lines
124 B
Plaintext
9 lines
124 B
Plaintext
# vim: ft=upstart:
|
|
|
|
description "HTTP/2 reverse proxy"
|
|
|
|
start on runlevel [2]
|
|
stop on runlevel [016]
|
|
|
|
exec @bindir@/nghttpx
|