Last active
February 15, 2019 13:11
-
-
Save mkuehle/e86ed4af87b63a471acd2fd81a6e6b0b to your computer and use it in GitHub Desktop.
WildFly Max Post Size Einstellung
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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