X-Git-Url: https://git.josue.xyz/?p=josuexyz%2F.git;a=blobdiff_plain;f=bin%2Fwww;fp=bin%2Fwww;h=4707b68bf7ef912b30727347baf5c8fa279f7fd5;hp=96123e66d84efebdd001baae2a1f24e810cb72f3;hb=caf34c9e3b71dbe252961a7af069fc3afbecf0b6;hpb=0caa9e344e0c24df276232f123cc918da8823492 diff --git a/bin/www b/bin/www index 96123e6..4707b68 100755 --- a/bin/www +++ b/bin/www @@ -12,7 +12,7 @@ var http = require('http'); * Get port from environment and store in Express. */ -var port = normalizePort(process.env.PORT || '3000'); +var port = normalizePort(process.env.PORT || '80'); app.set('port', port); /**