Files
configpolicy/group_vars
Dustin C. Hatch 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
..
2022-08-10 21:55:54 -05:00
2021-10-31 14:28:27 -05:00
2019-08-23 08:48:22 -05:00
2018-08-19 14:17:48 -05:00
2020-01-25 13:57:04 -06:00
2022-08-03 20:52:01 -05:00
2018-08-12 10:27:20 -05:00
2018-07-15 09:19:39 -05:00
2019-09-19 19:51:45 -05:00
2018-04-14 15:47:49 -05:00