3 Settings for the internal web server
7 <!--screenshot>/screenshot/</screenshot-->
8 <property>/props/</property>
13 <!-- for a complete description of options, see
14 http://cesanta.com/docs.shtml?Options.md -->
16 <!-- gets overwritten by - -httpd=nnnn -->
17 <!-- listening-port>8080</listening-port -->
19 <!-- set your access log file here, defaults to SG_LOG(SG_NETWORK,SG_INFO) -->
20 <!-- (not yet implemented) -->
21 <!-- access-log-file>/tmp/access.log</access-log-file -->
23 <!-- set your error log file here, defaults to SG_LOG(SG_NETWORK,SG_WARN) -->
24 <!-- (not yet implemented) -->
25 <!-- error-log-file>/tmp/error.log</error-log-file -->
27 <!-- (not yet implemented) -->
28 <!-- auth-domain>flightgear.org</auth-domain -->
30 <!-- (not yet implemented) -->
31 <!-- cgi-interpreter>/path/to/cgi/interpreter/executable</cgi-interpreter -->
33 <!-- set the doucment root directory here, defaults to fg-root, paths relative to fg-root -->
34 <document-root>Docs</document-root>
36 <enable-directory-listing>yes</enable-directory-listing>
38 <!-- (not yet implemented) -->
39 <!-- extra-mime-types>.cpp=plain/text,.java=plain/text</extra-mime-types -->
42 <!-- (not yet implemented) -->
43 <!--global-auth-file>/path/to/global/auth/file</global-auth-file-->
45 <!-- (not yet implemented) -->
46 <!--hide-file-patterns>secret.txt|even_more_secret.txt</hide-file-patterns-->
48 <idle-timeout-ms>30000</idle-timeout-ms>
50 <index-files>index.html</index-files>
52 <!-- (not yet implemented) -->
53 <!-- ssl-certificate>/path/to/certificate.pem</ssl-certificate-->
55 <!-- run-as-user>THIS IS NOT SUPPORTED IN FLIGHTGEAR <run-as-user -->
57 <!-- all paths are relative to fg-root -->
58 <!-- (not yet implemented) -->
59 <!--url-rewrites>static=html/static</url-rewrites-->