From 324cf851e336260bcc76f2e86f1e8cf22a8bf282 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Tue, 16 Oct 2007 05:20:20 +0000 Subject: [PATCH] - sample lighttpd config Changed files: webapp.spec -> 1.57 --- webapp.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/webapp.spec b/webapp.spec index 9ee0a0a..27aa7ad 100644 --- a/webapp.spec +++ b/webapp.spec @@ -49,6 +49,12 @@ Alias /%{name} %{_appdir} EOF +cat > lighttpd.conf <<'EOF' +alias.url += ( + "/%{name}" => "%{_appdir}", +) +EOF + %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_sysconfdir} -- 2.44.0