diff options
author | onefang | 2021-09-09 12:30:24 +1000 |
---|---|---|
committer | onefang | 2021-09-09 12:30:24 +1000 |
commit | 5e05f276c5ea784df0de86d70bf7aab2e5de32d5 (patch) | |
tree | ae0b057c8e50ad486102c2a8dabc293d8a0a9bfd /src/.sledjChisl.conf.lua | |
parent | Remove various empty example directories that are auto created now. (diff) | |
download | opensim-SC-5e05f276c5ea784df0de86d70bf7aab2e5de32d5.zip opensim-SC-5e05f276c5ea784df0de86d70bf7aab2e5de32d5.tar.gz opensim-SC-5e05f276c5ea784df0de86d70bf7aab2e5de32d5.tar.bz2 opensim-SC-5e05f276c5ea784df0de86d70bf7aab2e5de32d5.tar.xz |
Rejig the web stuff.
Move to examples to example/var/www.
Move the web socket to scRoot/var/run.
Make the name of the web socket configurable.
Populate the scRoot/var/www from exomples if it's empty.
Everyone uses SledjChisl.css now.
Some clean ups.
Comment++
Diffstat (limited to 'src/.sledjChisl.conf.lua')
-rw-r--r-- | src/.sledjChisl.conf.lua | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/.sledjChisl.conf.lua b/src/.sledjChisl.conf.lua index cede4e4..61d709d 100644 --- a/src/.sledjChisl.conf.lua +++ b/src/.sledjChisl.conf.lua | |||
@@ -14,7 +14,7 @@ config = | |||
14 | ["debug"] = false; | 14 | ["debug"] = false; |
15 | ["scUser"] = "opensimsc"; | 15 | ["scUser"] = "opensimsc"; |
16 | ["Tconsole"] = "SledjChisl"; | 16 | ["Tconsole"] = "SledjChisl"; |
17 | ["Tsocket"] = "opensim-tmux.socket"; | 17 | ["Tsocket"] = "opensim-tmux.socket"; -- Ends up in scRoot/var/run |
18 | ["Ttab"] = "SC"; | 18 | ["Ttab"] = "SC"; |
19 | ["loadAverageInc"] = 0.7; | 19 | ["loadAverageInc"] = 0.7; |
20 | ["simTimeOut"] = 45; -- seconds | 20 | ["simTimeOut"] = 45; -- seconds |
@@ -22,9 +22,8 @@ config = | |||
22 | ["backupIARsim"] = "Sandbox"; | 22 | ["backupIARsim"] = "Sandbox"; |
23 | ["rsync"] = ""; | 23 | ["rsync"] = ""; |
24 | ["rsyncPort"] = 0; | 24 | ["rsyncPort"] = 0; |
25 | ["webRoot"] = "/var/www/html"; | 25 | ["webRoot"] = "/var/www/html"; -- Relative to scRoot. |
26 | ["webHost"] = "localhost"; | 26 | ["webSocket"] = "sledjchisl.socket"; -- Ends up in scRoot/var/run |
27 | ["URL"] = "sledjchisl.fcgi"; | ||
28 | ["webIframers"] = ""; -- Space separated list of hosts allowed to iFrame us, coz someone asked. Include the "https://" bit. | 27 | ["webIframers"] = ""; -- Space separated list of hosts allowed to iFrame us, coz someone asked. Include the "https://" bit. |
29 | ["seshRenew"] = 10 * 60; -- seconds | 28 | ["seshRenew"] = 10 * 60; -- seconds |
30 | ["idleTimeOut"] = 30 * 60; -- seconds | 29 | ["idleTimeOut"] = 30 * 60; -- seconds |