1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Redirect /gitea -> /gitea/

This commit is contained in:
Aidan Fitzgerald 2019-03-07 18:16:30 -05:00
parent e45d73cacf
commit 30381872df

View file

@ -15,5 +15,7 @@ ProxyPassReverse {{ gitea_url}} http://localhost:{{ gitea_port }}
RequestHeader unset Accept-Encoding RequestHeader unset Accept-Encoding
</Location> </Location>
Redirect {{ gitea_url }} {{ gitea_url }}/
# Disable TRACE to prevent cross-site tracing # Disable TRACE to prevent cross-site tracing
TraceEnable off TraceEnable off