Pure-ftp setup (inlcuding virtualusers and letsencrypt) under ubuntu
26th May 2019
$HTTP["host"] =~ "exampledomain.tld" {
server.document-root = "/var/www/replacedomain/public_html/"
server.error-handler-404 = "/index.php"
dir-listing.activate = "disable"
url.rewrite-final = (
"^/(sitemap.xml)" => "$0",
"^/(.*).(.*)" => "$0",
"^/(.*).(css|js|gif|jpg|png)$" => "$0",
"^/(im...