Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nghttp2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
nghttp2
Commits
5a2069b5
Commit
5a2069b5
authored
May 06, 2015
by
Tatsuhiro Tsujikawa
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'wzyboy-patch-upstart'
parents
98034286
14adcb2d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
2 deletions
+11
-2
contrib/.gitignore
contrib/.gitignore
+1
-0
contrib/Makefile.am
contrib/Makefile.am
+2
-2
contrib/nghttpx-upstart.conf.in
contrib/nghttpx-upstart.conf.in
+8
-0
No files found.
contrib/.gitignore
View file @
5a2069b5
nghttpx-init
nghttpx.service
nghttpx-upstart.conf
contrib/Makefile.am
View file @
5a2069b5
...
...
@@ -21,7 +21,7 @@
# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
configfiles
=
nghttpx-init nghttpx.service
configfiles
=
nghttpx-init nghttpx.service
nghttpx-upstart.conf
EXTRA_DIST
=
$(configfiles:%=%.in)
nghttpx-logrotate
...
...
@@ -33,7 +33,7 @@ nghttpx-init: %: $(srcdir)/%.in
chmod
+x
$@
.tmp
mv
$@
.tmp
$@
nghttpx.service
:
%: $(srcdir)/%.in
nghttpx.service
nghttpx-upstart.conf
:
%: $(srcdir)/%.in
$(edit)
$<
>
$@
$(configfiles)
:
Makefile
...
...
contrib/nghttpx-upstart.conf.in
0 → 100644
View file @
5a2069b5
# vim: ft=upstart:
description "HTTP/2 reverse proxy"
start on runlevel [2]
stop on runlevel [016]
exec @bindir@/nghttpx
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment