Code Sample |
# Extensions of non-streamed, non-media files we want to serve: (and their MIME type) plainfiles_extensions = { '.txt' : 'text/plain', '.bak' : 'text/plain', '.php' : 'text/plain', '.html' : 'text/html', '.htm' : 'text/html', '.pdf' : 'application/pdf', } |