Skip to content

align aurweb nginx .gz location content-type with php

Without an nginx in front handling gzip archives, PHP uses text/plain; we need to override the types map within the gzip location to force text/plain for gz mimes.

Signed-off-by: Kevin Morris kevr@0cost.org

Merge request reports