Skip to content

Instantly share code, notes, and snippets.

@ezhov-da
Forked from mkuehle/standalone.xml
Last active March 10, 2019 12:13
Show Gist options
  • Save ezhov-da/c87020814b73a3085cf71015ce5b4af7 to your computer and use it in GitHub Desktop.
Save ezhov-da/c87020814b73a3085cf71015ce5b4af7 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