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 %} ##