diff options
Diffstat (limited to 'debian/lighttpd.conf')
-rw-r--r-- | debian/lighttpd.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/lighttpd.conf b/debian/lighttpd.conf index 9bb6277..1112780 100644 --- a/debian/lighttpd.conf +++ b/debian/lighttpd.conf @@ -193,7 +193,7 @@ alias.url = ( ) # and by default allow them only from localhost $HTTP["url"] =~ "^/doc/|^/images/" { - $HTTP["remoteip"] =! "127.0.0.1" { + $HTTP["remoteip"] != "127.0.0.1" { url.access-deny = ( "" ) } } |