Skip to content

Commit

Permalink
words
Browse files Browse the repository at this point in the history
  • Loading branch information
dajobe committed Feb 23, 2015
1 parent cf22451 commit f31b7ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions nghttp2/config-nghttp2.sh
@@ -1,4 +1,3 @@
#!/bin/sh
# This file intended to be sourced

# . /build/config.sh
Expand All @@ -16,7 +15,7 @@ minimal_apt_get_args='-y --no-install-recommends'
# alternate would be to download a release tarball with curl or wget
NGHTTP2_BUILD_PACKAGES="git ca-certificates"

# Core list from cocs
# Core list from docs
NGHTTP2_BUILD_PACKAGES="$NGHTTP2_BUILD_PACKAGES make binutils autoconf automake autotools-dev libtool pkg-config zlib1g-dev libssl-dev libxml2-dev libev-dev libevent-dev libjemalloc-dev"

# Optional:
Expand Down
4 changes: 2 additions & 2 deletions nghttp2/start-nghttpx
@@ -1,6 +1,6 @@
#!/bin/sh
# Start nghttpx HTTP/2 proxy with ability to set backend, SSL config
# and extra runtime args
# Start nghttpx HTTP/2 proxy with ability to set backend, TLS/SSL
# config and extra runtime args

cert_args=""
args=""
Expand Down

0 comments on commit f31b7ff

Please sign in to comment.