changes for ssh passthough

This commit is contained in:
2023-02-28 17:30:00 -05:00
parent 6ef41656dd
commit 6dafbf8f91
3 changed files with 20 additions and 3 deletions

7
httpd.conf.snippet Normal file
View 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