Skip to content

Instantly share code, notes, and snippets.

@mkuehle
Last active February 15, 2019 13:11
Show Gist options
  • Save mkuehle/e86ed4af87b63a471acd2fd81a6e6b0b to your computer and use it in GitHub Desktop.
Save mkuehle/e86ed4af87b63a471acd2fd81a6e6b0b to your computer and use it in GitHub Desktop.
WildFly Max Post Size Einstellung
<subsystem xmlns="urn:jboss:domain:undertow:1.0">
...
<server name="default-server">
<http-listener name="default" socket-binding="http" max-post-size="20971520"/>
<host name="default-host" alias="localhost">
<location name="/" handler="welcome-content"/>
</host>
</server>
...
</subsystem>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment