changes for ssh passthough
This commit is contained in:
7
httpd.conf.snippet
Normal file
7
httpd.conf.snippet
Normal file
@@ -0,0 +1,7 @@
|
||||
<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
|
||||
Reference in New Issue
Block a user