forked from dylan-lang/dylan-playground
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.live.xml
40 lines (31 loc) · 1.05 KB
/
config.live.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- "Production" config for Dylan web playground. See
http/server/config/config.xml for documentation on elements other than
<dylan-playground/>. -->
<http-server>
<server root="/opt/dylan-playground/live"
debug="no"
use-default-virtual-host="yes"
/>
<listener address="0.0.0.0" port="8001" ssl="no"/>
<dsp reparse-templates="no" />
<debug-log
name="http.server"
level="trace"
location="server.log"/>
<error-log
name="http.server.debug"
additive="yes" />
<request-log
name="http.server.requests"
location="request.log"
additive="no"
max-size="20000000" />
<!-- The directories are relative to server root. Use snapshot of compiler so
that it's stable. -->
<dylan-playground
dylan-compiler="/opt/opendylan/bin/dylan-compiler"
root-directory="/opt/dylan-playground/live"
template-directory="/opt/dylan-playground/live"
/>
</http-server>