Skip to content
Snippets Groups Projects
Unverified Commit cb61bb61 authored by Andrej Shadura's avatar Andrej Shadura
Browse files

Disable rate limiting in Apache as it interferes with downloads

Any protection of this kind is best done elsewhere e.g. in the frontend
proxy.

See https://phabricator.apertis.org/T8569



Signed-off-by: Andrej Shadura's avatarAndrej Shadura <andrew.shadura@collabora.co.uk>
parent 7b438179
No related branches found
No related tags found
1 merge request!28Disable rate limiting in Apache as it interferes with downloads
Pipeline #38619 passed
......@@ -75,6 +75,10 @@ VOLUME /var/lib/mysql
ADD https://salsa.debian.org/debian/dbconfig-common/-/commit/0908c4892c91917504b9dd15007e8085451c6a2a.diff /tmp/dbconfig-common-tmp-attr-fix.diff
RUN patch -p1 /usr/sbin/dbconfig-generate-include /tmp/dbconfig-common-tmp-attr-fix.diff
# Disable rate limiting as it interferes with downloads
# Any protection of this kind is best done elsewhere
RUN a2dismod reqtimeout
COPY docker/* /opt/
ENTRYPOINT /opt/docker-entrypoint.sh
EXPOSE 80 443
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment