go back to recommending nginx

pull/5137/head
Niklas Fiekas 2019-05-22 10:42:04 +02:00
parent 5dfe1ca81a
commit 5b6d459c10
2 changed files with 8 additions and 2 deletions

View File

@ -11,7 +11,7 @@
# Yes it needs tons of memory. Go for 4G if you have them.
export JAVA_OPTS="-Xms2048M -Xmx2560M -XX:ReservedCodeCacheSize=128m -XX:+CMSClassUnloadingEnabled -XX:+UseConcMarkSweepGC -XX:+ExitOnOutOfMemoryError -Dkamon.auto-start=true"
# For development without nginx.
export SERVE_ASSETS=1
# For development without nginx (not recommended).
export SERVE_ASSETS=0
sbt -Dhttp.port=9663 "$@"

View File

@ -2,3 +2,9 @@ include "base"
# copy to conf/application.conf, then
# override values from base.conf here
net {
domain = localhost
socket.domain = socket.localhost
asset.domain = assets.localhost
}