mirror of
https://gitee.com/openharmony/third_party_nghttp2
synced 2024-11-23 07:50:02 +00: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
|