# C vhost $HTTP["host"] == "c.example.com" { server.document-root = "/var/www/c" index-file.names = ("index.c") #Nahradit jménem spustitelné binárky $HTTP["url"] =~ "/" { cgi.assign = (".c" => "") } include "snippets/example.com-certs.conf" include "snippets/http-to-https.conf" }