mirror of
https://github.com/bitwarden/server.git
synced 2025-02-16 01:51:21 +01:00
increase max query length for iis
This commit is contained in:
parent
4ab53d476c
commit
c6e569ea6d
@ -5,5 +5,10 @@
|
||||
<add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModule" resourceType="Unspecified"/>
|
||||
</handlers>
|
||||
<aspNetCore processPath="%LAUNCHER_PATH%" arguments="%LAUNCHER_ARGS%" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" forwardWindowsAuthToken="false"/>
|
||||
<security>
|
||||
<requestFiltering>
|
||||
<requestLimits maxQueryString="5120"/>
|
||||
</requestFiltering>
|
||||
</security>
|
||||
</system.webServer>
|
||||
</configuration>
|
||||
|
Loading…
Reference in New Issue
Block a user