Skip to content

Commit

Permalink
Ft/disable http2 (#7)
Browse files Browse the repository at this point in the history
* Disable http2 in server

Signed-off-by: thepetk <thepetk@gmail.com>

* Add env var for http2 enablement

Signed-off-by: thepetk <thepetk@gmail.com>

* Fix typo for env var

Signed-off-by: thepetk <thepetk@gmail.com>

---------

Signed-off-by: thepetk <thepetk@gmail.com>
  • Loading branch information
thepetk committed Nov 24, 2023
1 parent 76081e1 commit bcb0b09
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index/server/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Environment variable which enables http2 protocol
ENABLE_HTTP2 ?= false

# Build the index container for the registry
buildfolder="$(realpath $(dirname ${BASH_SOURCE[0]}))"

Expand Down

0 comments on commit bcb0b09

Please sign in to comment.