server.modules = ( "mod_rewrite", "mod_compress" ) | |
server.document-root = "/var/www/html" | |
server.port = 7860 | |
# Redirect all requests to index.html | |
url.rewrite-if-not-file = ( ".*" => "/index.html" ) | |
# Enable compression | |
deflate.mimetypes = ( "text/plain", "text/html", "text/javascript", "text/css", "application/javascript", "application/json" ) | |
# Set index file | |
index-file.names = ( "index.html" ) | |