1
0
Fork 1

not quite

main
jebba 2021-12-22 18:29:54 -07:00
parent e3d150fdac
commit f0b74045ec
1 changed files with 20 additions and 2 deletions

View File

@ -1110,6 +1110,20 @@ net {
http.log = true
stage.banner = false
}
# Also change this line ( XXX needed?)
cookieName = "lila2"
# To something unique
cookieName = "mychestserver"
# And change the User Agent ( XXX probably not needed)
# From:
useragent = "lichess.org"
# To:
useragent = "www.mychestserver.org"
```
Note, there are many other sections in `conf/base.conf` that should be
@ -1130,23 +1144,27 @@ Cancelled: run
[error] Use 'last' for the full log.
[lila] $
[lila] $ exit
[lila] $ exit
[info] shutting down sbt server
...
[info] shutdown - <194ms> service-stop Closing mongodb driver
[info] p.c.server.AkkaHttpServer - Running provided shutdown stop hooks
```
## Rebuild Static Pages for Domain
I think you have to rebuild the static bits now...
XXX probably need to patch foo.scala with the base URL?
```
cd /var/www/html
# Then rebuild
./ui/build
```
## Re-Run Lila
Then re-run `lila` at the server prompt (e.g. just hit up arrow).
Then re-run `lila` at the server prompt.
Looks like: