Skip to content

Commit

Permalink
Disable http2 (#110) (#111)
Browse files Browse the repository at this point in the history
Co-authored-by: Carlos E. Feria Vila <[email protected]>
  • Loading branch information
mrizzi and carlosthe19916 authored Oct 20, 2023
1 parent af9f056 commit f76ee7e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/cli/setup.cli
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ end-if
# Other
/subsystem=undertow/server=default-server/http-listener=default:write-attribute(name=max-post-size, value=943718400)

/subsystem=undertow/server=default-server/http-listener=default:write-attribute(name=enable-http2, value=false)
/subsystem=undertow/server=default-server/https-listener=https:write-attribute(name=enable-http2, value=false)

/subsystem=transactions:write-attribute(name=node-identifier,value="a")
command-timeout set 15000
reload

0 comments on commit f76ee7e

Please sign in to comment.