-
-
Save ezhov-da/c87020814b73a3085cf71015ce5b4af7 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