# httpd ~~ /etc/httpd.conf # managed by Ansible server "default" { listen on * port 1234 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" } }