]> git.pld-linux.org Git - packages/lighttpd.git/blob - lighttpd-mod_proxy.conf
- split from main big config file
[packages/lighttpd.git] / lighttpd-mod_proxy.conf
1 server.modules += (
2         "mod_proxy"
3 )
4
5 #### proxy module
6 ## read proxy.txt for more info
7 #proxy.server = (
8 #       ".php" => (
9 #               "localhost" => (
10 #                       "host" => "192.168.0.101",
11 #                       "port" => 80,
12 #               )
13 #       )
14 #)
15
This page took 0.029289 seconds and 4 git commands to generate.