add restart_lighttpd
add repo_vhost config for lighttpd
This commit is contained in:
parent
425a5ab539
commit
7036fbdf78
3 changed files with 19 additions and 0 deletions
10
files/copr/repo-vhost.conf
Normal file
10
files/copr/repo-vhost.conf
Normal file
|
@ -0,0 +1,10 @@
|
|||
$HTTP["host"] == "copr-be.cloud.fedoraproject.org" {
|
||||
var.server_name = "copr-be.cloud.fedoraproject.org"
|
||||
|
||||
server.name = server_name
|
||||
server.document-root = '/srv/copr-repo/results'
|
||||
dir-listing.activate = "enable"
|
||||
|
||||
accesslog.filename = log_root + "/" + server_name "/access.log"
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue