]> git.mxchange.org Git - friendica.git/blobdiff - mods/sample-Lighttpd.config
spelling: ignore
[friendica.git] / mods / sample-Lighttpd.config
index fb8ef0b2a4fbdb001cf22bcb4487dfbd04e0202d..1f37815f631358da1a84a25611759c77d16cb1e5 100644 (file)
@@ -30,7 +30,7 @@ One can solve the issue by adding
 
     server.reject-expect-100-with-417 = "disable"
 
-to the lighttpd configuratiion file (e.g. in the beginning with the
+to the lighttpd configuration file (e.g. in the beginning with the
 other 'server.xxx' settings.
 
 ---------------( config starts )-----------------
@@ -105,6 +105,9 @@ $HTTP["scheme"] == "https" {
             "^\/([^\?]*)\?(.*)$" => "/index.php?pagename=$1&$2",
             "^\/(.*)$" => "/index.php?pagename=$1"
         )
+        $HOST["url"] =~ "^/bin/" {
+            url.access.deny ( "" )
+        }
     }
     else $HTTP["host"] !~ "(friendica.example.com|wordpress.example.com)" {
         server.document-root = "/var/www/wordpress"