Some filtering

This commit is contained in:
Miroslav Stampar
2014-08-21 01:12:44 +02:00
parent 3cfdb5ff0f
commit c5b71cff10
4 changed files with 11 additions and 10 deletions

View File

@@ -223,5 +223,5 @@ DUMP_DATA_PREPROCESS = {
DEFAULT_DOC_ROOTS = {
OS.WINDOWS: ("C:/xampp/htdocs/", "C:/Inetpub/wwwroot/"),
OS.LINUX: ("/var/www/",)
OS.LINUX: ("/var/www/", "/var/www/html", "/usr/local/apache2/htdocs", "/var/www/nginx-default") # Reference: https://wiki.apache.org/httpd/DistrosDefaultLayout
}