Browse Source

Update httpsify.go

Mohammed Al Ashaal 9 years ago
parent
commit
13aca80fa6
1 changed files with 0 additions and 3 deletions
  1. 0 3
      httpsify.go

+ 0 - 3
httpsify.go

@@ -35,9 +35,6 @@ func init() {
 	if ( *domains == "" ) {
 		log.Fatal("err> Please enter your site(s) domain(s)")
 	}
-	if ( *backend == "" ) {
-		log.Fatal("err> Please enter the backend http server")
-	}
 }
 
 // --------------