1
0
mirror of https://github.com/djohnlewis/stackdump synced 2024-12-04 15:07:36 +00:00

Changed settings so Solr now only listens on localhost, not all interfaces.

This commit is contained in:
Samuel Lai 2013-11-29 15:18:55 +11:00
parent 665acbb4eb
commit e5871f7849
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -22,4 +22,4 @@ then
fi
cd "$SCRIPT_DIR/java/solr/server"
"$JAVA_CMD" -Xmx2048M -XX:MaxPermSize=512M -jar start.jar
"$JAVA_CMD" -Xmx2048M -XX:MaxPermSize=512M -Djetty.host=127.0.0.1 -jar start.jar