diff --git a/proxy-server.js b/proxy-server.js index e763e0f..53acf3b 100644 --- a/proxy-server.js +++ b/proxy-server.js @@ -138,6 +138,7 @@ if (cluster.isMaster) { const extname = path.extname(filePath).toLowerCase(); let contentType = 'text/html'; const mimeTypes = { + '.html': 'text/html', '.js': 'text/javascript', '.css': 'text/css', '.png': 'image/png',