slitaz-forge rev 263

tank: fix typo
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 11 13:47:28 2012 +0200 (2012-04-11)
parents 541fe6a0a564
children 42dfbae16be4
files tank/files/etc/lighttpd/vhosts.conf
line diff
     1.1 --- a/tank/files/etc/lighttpd/vhosts.conf	Wed Apr 11 13:09:35 2012 +0200
     1.2 +++ b/tank/files/etc/lighttpd/vhosts.conf	Wed Apr 11 13:47:28 2012 +0200
     1.3 @@ -114,7 +114,7 @@
     1.4    server.errorlog = "/var/log/lighttpd/try.slitaz.org-error.log"
     1.5    accesslog.filename = "/var/log/lighttpd/try.slitaz.org-access.log"
     1.6    cgi.assign = (
     1.7 -    ".py" => "/usr/bin/python"
     1.8 +    ".py" => "/usr/bin/python",
     1.9      ".sh" => "/bin/sh",
    1.10      ".cgi" => "/bin/sh"
    1.11    )