Skip to content

Commit 542d305

Browse files
authored
Fix for no nginx deployment scenarios - eg archives, staging (#1126)
1 parent c579a1a commit 542d305

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

conf/httpd.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ $MaxSpareServers = $SiteDefs::ENSEMBL_MAX_SPARE_SERVERS;
223223
$MaxRequestsPerChild = 1000;
224224
$StartServers = $SiteDefs::ENSEMBL_START_SERVERS;
225225

226-
@Listen = ("127.0.0.1:" . $SiteDefs::ENSEMBL_PORT);
226+
@Listen = ($SiteDefs::ENSEMBL_PORT);
227227

228228
$ServerAdmin = $SiteDefs::ENSEMBL_SERVERADMIN;
229229
$ServerName = $SiteDefs::ENSEMBL_SERVERNAME;

0 commit comments

Comments
 (0)