Phi: nicer scroll animation for METAR widget
[fg:fgdata.git] / httpd-settings.xml
1 <?xml version="1.0"?>
2 <!--
3   Settings for the internal web server
4 -->
5 <PropertyList>
6         <uri-handler>
7                 <screenshot>/screenshot</screenshot>
8                 <property>/props/</property>
9                 <json>/json/</json>
10                 <pkg>/pkg/</pkg>
11                 <flighthistory>/flighthistory/</flighthistory>
12                 <run>/run.cgi</run>
13                 <navdb>/navdb</navdb>
14         </uri-handler>
15         <options>
16                 <!-- for a complete description of options, see
17              http://cesanta.com/docs.shtml?Options.md -->
18
19                 <!-- gets overwritten by - -httpd=nnnn -->
20                 <!-- listening-port>8080</listening-port -->
21
22                 <!-- set your access log file here, defaults to SG_LOG(SG_NETWORK,SG_INFO) -->
23                 <!-- (not yet implemented) -->
24                 <!-- access-log-file>/tmp/access.log</access-log-file -->
25
26                 <!-- set your error log file here, defaults to SG_LOG(SG_NETWORK,SG_WARN) -->
27                 <!-- (not yet implemented) -->
28                 <!-- error-log-file>/tmp/error.log</error-log-file -->
29
30                 <!-- (not yet implemented) -->
31                 <!-- auth-domain>flightgear.org</auth-domain -->
32
33                 <!-- (not yet implemented) -->
34                 <!-- cgi-interpreter>/path/to/cgi/interpreter/executable</cgi-interpreter -->
35
36                 <!-- set the doucment root directory here, defaults to fg-root, paths relative to fg-root -->
37                 <document-root>Docs</document-root>
38
39                 <enable-directory-listing>yes</enable-directory-listing>
40
41                 <!-- (not yet implemented) -->
42                 <extra-mime-types>.appcache=text/cache-manifest</extra-mime-types>
43
44
45                 <!-- (not yet implemented) -->
46                 <!--global-auth-file>/path/to/global/auth/file</global-auth-file-->
47
48                 <!-- (not yet implemented) -->
49                 <!--hide-file-patterns>secret.txt|even_more_secret.txt</hide-file-patterns-->
50
51                 <idle-timeout-ms>30000</idle-timeout-ms>
52
53                 <index-files>index.html</index-files>
54
55                 <!-- (not yet implemented) -->
56                 <!-- ssl-certificate>/path/to/certificate.pem</ssl-certificate-->
57
58                 <!-- run-as-user>THIS IS NOT SUPPORTED IN FLIGHTGEAR <run-as-user -->
59
60                 <!-- all paths are relative to fg-root -->
61                 <!-- (not yet implemented) -->
62                 <url-rewrites>/gui/=webgui/,/fonts/=Fonts/</url-rewrites>
63         </options>
64 </PropertyList>