# Fix for iOS7 # It ask especially different domains without a specific URL. # It want to get a "success" message, to allow full system/internet access $HTTP["useragent"] =~ "CaptiveNetworkSupport" { server.document-root = "/opt/piratebox/www/library/test/" index-file.names = ( "success.html" ) dir-listing.activate = "disable" server.error-handler-404 = "/success.html" }