docker_gitea/httpd.conf.snippet

7 lines
188 B
Plaintext
Raw Normal View History

2023-02-28 22:30:00 +00:00
<Proxy *>
Order allow,deny
Allow from all
</Proxy>
AllowEncodedSlashes NoDecode
# Note: no trailing slash after either /git or port
ProxyPass /git http://localhost:3000 nocanon