AntCMS/configs/lighttpd.conf
Belle Aerni 3ce0896af5 Created a lighttpd config
Tested and working :)
2023-02-06 18:34:34 -08:00

8 lines
198 B
Text

$HTTP["host"] == "example.com" {
server.document-root = vhosts_dir + "/example.com/htdocs"
url.rewrite-final = (
"^/Themes/[^/]+/Assets/.+$" => "$0",
"^/(.+)$" => "/index.php/$1"
)
}