Skip to content
Snippets Groups Projects
Unverified Commit 7be4718b authored by Richard Alam's avatar Richard Alam Committed by GitHub
Browse files

Merge pull request #9244 from ritzalam/make-bbb-web-localhost

 Bind to localhost
parents a63f7df4 b30a8093
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
java -Dgrails.env=prod -Dserver.port=8090 -Xms384m -Xmx384m -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/var/bigbluebutton/diagnostics -cp WEB-INF/lib/*:/:WEB-INF/classes/:. org.springframework.boot.loader.WarLauncher
java -Dgrails.env=prod -Dserver.address=127.0.0.1 -Dserver.address=127.0.0.1 -Dserver.port=8090 -Xms384m -Xmx384m -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/var/bigbluebutton/diagnostics -cp WEB-INF/lib/*:/:WEB-INF/classes/:. org.springframework.boot.loader.WarLauncher
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment