docker/apache2/mods/reqtimeout.conf
magmaus3 7ffda3b2a5
Updates
- apache2 config
- dockerfile changes
2023-04-16 13:35:31 +02:00

6 lines
172 B
ApacheConf

<IfModule reqtimeout_module>
RequestReadTimeout header=20-40,minrate=500
RequestReadTimeout body=10,minrate=500
</IfModule>
# vim: syntax=apache ts=4 sw=4 sts=4 sr noet