changes for ssh passthough
[docker_gitea.git] / httpd.conf.snippet
diff --git a/httpd.conf.snippet b/httpd.conf.snippet
new file mode 100644 (file)
index 0000000..05fb733
--- /dev/null
@@ -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
\ No newline at end of file