appserver-io / webserver

Multithreaded webserver for php written in php
45 stars 14 forks source link

Add possibility to configure allowed file extensions for deflate module #186

Open sydekumf opened 8 years ago

sydekumf commented 8 years ago

Allowed file extensions are hard coded in https://github.com/appserver-io/webserver/blob/master/src/AppserverIo/WebServer/Modules/DeflateModule.php Please make it configurable, so I can add .svg because this is still missing.