copr: deploy resalloc-webui on production

This commit is contained in:
Jakub Kadlcik 2022-06-22 08:51:01 -04:00
parent bcb57d6ef4
commit a5433599df

View file

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