switch to using gitea/gitea:latest
[docker_gitea.git] / httpd.conf.snippet
1 <Proxy *>
2       Order allow,deny
3       Allow from all
4 </Proxy>
5 AllowEncodedSlashes NoDecode
6 # Note: no trailing slash after either /git or port
7 ProxyPass /git http://localhost:3000 nocanon