Explorar o código

Created a lighttpd config

Tested and working :)
Belle Aerni %!s(int64=2) %!d(string=hai) anos
pai
achega
3ce0896af5
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  1. 8 0
      configs/lighttpd.conf

+ 8 - 0
configs/lighttpd.conf

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