Skip to content

Commit 626c2e5

Browse files
committed
Ft/disable http2 (#7)
* Disable http2 in server Signed-off-by: thepetk <[email protected]> * Add env var for http2 enablement Signed-off-by: thepetk <[email protected]> * Fix typo for env var Signed-off-by: thepetk <[email protected]> --------- Signed-off-by: thepetk <[email protected]>
1 parent ecb5fef commit 626c2e5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

index/server/build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
# See the License for the specific language governing permissions and
1616
# limitations under the License.
1717

18+
# Environment variable which enables http2 protocol
19+
ENABLE_HTTP2 ?= false
20+
1821
# Build the index container for the registry
1922
buildfolder="$(realpath $(dirname ${BASH_SOURCE[0]}))"
2023

0 commit comments

Comments
 (0)