Skip to content

Disable GitLab artifacts compression to enable HTTP Range support server-side (see #78 and #77)

This merge request disables artifacts compression in GitLab Pages, allowing Range request header support.

Compression for artifacts is not needed as sections in *.deb files are already compressed using GZIP. Disabling artifacts compression should fix #78 (closed) and #77 (closed), as apt and other tools are using Range header to resume the download of partial debs.

Merge request reports