]> git.pld-linux.org Git - projects/template-specs.git/commitdiff
- sample lighttpd config
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 16 Oct 2007 05:20:20 +0000 (05:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    webapp.spec -> 1.57

webapp.spec

index 9ee0a0a34c9352f76e02368bf961760dae54c15e..27aa7ad1dd397f418e5c0badf52e3c5204f1fa7f 100644 (file)
@@ -49,6 +49,12 @@ Alias /%{name} %{_appdir}
 </Directory>
 EOF
 
+cat > lighttpd.conf <<'EOF'
+alias.url += (
+    "/%{name}" => "%{_appdir}",
+)
+EOF
+
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_sysconfdir}
This page took 0.085342 seconds and 4 git commands to generate.