Changeset 1411:c4e7d7b15215


Ignore:
Timestamp:
12/09/09 21:03:35 (2 years ago)
Author:
niam
Branch:
default
Message:

[configuration] updated lighttpd config

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configuration/lighttpd/libdodo.org.conf

    r1398 r1411  
    11#### 
    22$HTTP["host"] =~ "^(www\.)?libdodo\.org$" { 
    3         server.document-root = "/var/www/libdodo.org" 
    4         index-file.names = ("trac") 
    5         fastcgi.server = ( 
    6                 "/trac" => ( "/trac" => ( 
    7                         "socket" =>  "/var/run/lighttpd/lighttpd-libdodo-trac-" + PID + ".socket", 
    8                         "bin-path" =>  "/var/www/libdodo.org/trac", 
    9                         "min-procs" => 1, 
    10                         "max-procs" =>  2, 
    11                         "idle-timeout" => 20, 
    12                         "fix-root-scriptname" => "enable", 
    13                 )) 
    14         ) 
     3        server.document-root = "/var/www/libdodo.org" 
     4        index-file.names = ("trac") 
     5        proxy.server = ( 
     6                "" => ( "trac" => ( 
     7                        "host" => "127.0.0.1", 
     8                        "port" => 9000 
     9                        ) 
     10                ) 
     11       ) 
    1512} 
    1613#### 
     
    3936#### 
    4037$HTTP["host"] =~ "^issues\.libdodo\.org$" { 
    41         url.redirect = ( ".*" => "http://libdodo.org/trac/report" ) 
     38        url.redirect = ( ".*" => "http://libdodo.org/report" ) 
    4239} 
    4340#### 
Note: See TracChangeset for help on using the changeset viewer.