blob: 313776ebf890180c5784261efdd3ee1bcb85be84 (
plain) (
tree)
|
|
# managed by Ansible
server "{{ cgit__domain_name }}" {
listen on * port {{ cgit__listen_port }}
root "/htdocs/stagit"
location match "style.css" {
request rewrite "/style.css"
}
location match "logo.png" {
request rewrite "/logo.png"
}
location match "favicon.png" {
request rewrite "/logo.png"
}
}
|