mixdown-server
Advanced tools
Comparing version 3.0.2 to 4.0.0
@@ -126,3 +126,3 @@ var _ = require('lodash'); | ||
} else { | ||
host = req.headers.host.replace(/:\d+/, ''); | ||
host = req.headers.host; //it is perfectly fine to include port # here (if it's in the req.headers.host and will break on port specified vhosts. | ||
app = this.vhosts[host]; | ||
@@ -129,0 +129,0 @@ } |
{ | ||
"name": "mixdown-server", | ||
"version": "3.0.2", | ||
"version": "4.0.0", | ||
"main": "index", | ||
@@ -5,0 +5,0 @@ "description": "Simple server for activiting a site.", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12553