7 lines
188 B
Plaintext
7 lines
188 B
Plaintext
|
<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
|