Liking cljdoc? Tell your friends :D

httpd.crate.mod-proxy-http


install-mod-proxy-httpclj

(install-mod-proxy-http)
source

vhost-proxyclj

(vhost-proxy
  &
  {:keys [target-host target-port mapped-url-path additional-directives]
   :or {target-host "localhost"
        target-port "8080"
        mapped-url-path "/"
        additional-directives ["ProxyRequests     On" "ProxyPreserveHost On"]}})
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close