configpolicy/roles/gitea
Dustin 772f669ab2 r/gitea: Handle encoded / characters in HTTP paths
Gitea package names (e.g. OCI images, etc.) can contain `/` charactres.
These are encoded as %2F in request paths.  Apache needs to forward
these sequences to the Gitea server without decoding them.
Unfortunately, the `AllowEncodedSlashes` setting, which controls this
behavior, is a per-virtualhost setting that is *not* inherited from the
main server configuration, and therefore must be explicitly set inside
the `VirtualHost` block.  This means Gitea needs its own virtual host
definition, and cannot rely on the default virtual host.
2022-11-27 17:21:03 -06:00
..
defaults r/gitea: Handle encoded / characters in HTTP paths 2022-11-27 17:21:03 -06:00
files roles/gitea: Install from upstream binary 2020-02-22 16:43:46 -06:00
handlers roles/gitea: Install from upstream binary 2020-02-22 16:43:46 -06:00
tasks r/gitea: Handle encoded / characters in HTTP paths 2022-11-27 17:21:03 -06:00
templates r/gitea: Handle encoded / characters in HTTP paths 2022-11-27 17:21:03 -06:00
vars r/gitea: Update to 1.17.0 2022-09-01 17:29:34 -05:00