Skip to content

Instantly share code, notes, and snippets.

@helltone
Last active May 23, 2019 14:14
Show Gist options
  • Select an option

  • Save helltone/c60ca24ad8b410463f4110bb123c14f5 to your computer and use it in GitHub Desktop.

Select an option

Save helltone/c60ca24ad8b410463f4110bb123c14f5 to your computer and use it in GitHub Desktop.
embed-server --server-config=standalone.xml --std-out=echo
/subsystem=undertow/server=default-server/https-listener=https:write-attribute(name=enable-http2,value=${env.KEYCLOAK_USEHTTP2:true})
/subsystem=undertow/server=default-server/http-listener=default:write-attribute(name=enable-http2,value=${env.KEYCLOAK_USEHTTP2:true})
stop-embedded-server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment