diff --git a/src/views/app.js b/src/views/app.js index 1820a1ea7..bde4b863d 100644 --- a/src/views/app.js +++ b/src/views/app.js @@ -132,7 +132,7 @@ angular.module('Application').controller('AppController', ['$scope', '$location' $scope.users = []; $scope.backupConfig = null; - $scope.HOST_PORT_MIN = 1024; + $scope.HOST_PORT_MIN = 1; $scope.HOST_PORT_MAX = 65535; $scope.ROBOTS_DISABLE_INDEXING_TEMPLATE = '# Disable search engine indexing\n\nUser-agent: *\nDisallow: /';