View Source ExServerWeb.DirectoryCheckPlug (Mix Server v0.1.0)
This plug checks to see if the current request is for a file or for a direcotry. If it is for a file, the the file is served and the conn is halted. If the request is for a directory, then the conn is moved along and the catch all LiveView module handles it.