From a5433599df5a46492cbc93e37dc33ca7e0875781 Mon Sep 17 00:00:00 2001 From: Jakub Kadlcik Date: Wed, 22 Jun 2022 08:51:01 -0400 Subject: [PATCH] copr: deploy resalloc-webui on production --- roles/copr/backend/templates/lighttpd/lighttpd.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/roles/copr/backend/templates/lighttpd/lighttpd.conf b/roles/copr/backend/templates/lighttpd/lighttpd.conf index 1fad8e6521..f13f8a37df 100644 --- a/roles/copr/backend/templates/lighttpd/lighttpd.conf +++ b/roles/copr/backend/templates/lighttpd/lighttpd.conf @@ -322,12 +322,10 @@ $HTTP["url"] == "/dir-generator.php" { cgi.assign = ( "/dir-generator.php" => "/usr/bin/php-cgi" ) } -{% if devel %} $HTTP["url"] =~ "^/resalloc(?:/|$)" { alias.url = ( "/resalloc" => server_root + "/cgi-resalloc" ) cgi.assign = ( "" => "" ) } -{% endif %} ##