jenkins-bot has submitted this change and it was merged.

Change subject: Accept connections only from localhost for better security
......................................................................


Accept connections only from localhost for better security

Change-Id: I5225d45ec9994797fdc5d9cf95fe36eabcc4dbd9
---
M dist/src/script/runBlazegraph.sh
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  Jdouglas: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/dist/src/script/runBlazegraph.sh b/dist/src/script/runBlazegraph.sh
index 72c08f1..c5baba0 100755
--- a/dist/src/script/runBlazegraph.sh
+++ b/dist/src/script/runBlazegraph.sh
@@ -29,6 +29,7 @@
      
-Dcom.bigdata.rdf.sparql.ast.QueryHints.analyticMaxMemoryPerQuery=1073741824 \
      -DASTOptimizerClass=org.wikidata.query.rdf.blazegraph.WikibaseOptimizers \
      -jar jetty-runner*.jar \
+     --host localhost \
      --port $PORT \
      --path /$CONTEXT \
      blazegraph-service-*.war

-- 
To view, visit https://gerrit.wikimedia.org/r/224730
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I5225d45ec9994797fdc5d9cf95fe36eabcc4dbd9
Gerrit-PatchSet: 1
Gerrit-Project: wikidata/query/rdf
Gerrit-Branch: master
Gerrit-Owner: Smalyshev <[email protected]>
Gerrit-Reviewer: Jdouglas <[email protected]>
Gerrit-Reviewer: Manybubbles <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to