]> git.pld-linux.org Git - packages/lighttpd.git/blobdiff - lighttpd-mod_proxy.conf
- split from main big config file
[packages/lighttpd.git] / lighttpd-mod_proxy.conf
index 27684b840e51933b5fba7e91aece192c5d6fc95e..52b11db4d48c074b3f5af6b2f6dd2d4f4ca6b13c 100644 (file)
@@ -1,3 +1,15 @@
 server.modules += (
        "mod_proxy"
 )
+
+#### proxy module
+## read proxy.txt for more info
+#proxy.server = (
+#      ".php" => (
+#              "localhost" => (
+#                      "host" => "192.168.0.101",
+#                      "port" => 80,
+#              )
+#      )
+#)
+
This page took 0.298423 seconds and 4 git commands to generate.