3 Settings for the internal web server
7 <screenshot>/screenshot</screenshot>
8 <property>/props/</property>
11 <flighthistory>/flighthistory/</flighthistory>
16 <!-- for a complete description of options, see
17 http://cesanta.com/docs.shtml?Options.md -->
19 <!-- gets overwritten by - -httpd=nnnn -->
20 <!-- listening-port>8080</listening-port -->
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 -->
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 -->
30 <!-- (not yet implemented) -->
31 <!-- auth-domain>flightgear.org</auth-domain -->
33 <!-- (not yet implemented) -->
34 <!-- cgi-interpreter>/path/to/cgi/interpreter/executable</cgi-interpreter -->
36 <!-- set the doucment root directory here, defaults to fg-root, paths relative to fg-root -->
37 <document-root>Docs</document-root>
39 <enable-directory-listing>yes</enable-directory-listing>
41 <!-- (not yet implemented) -->
42 <extra-mime-types>.appcache=text/cache-manifest</extra-mime-types>
45 <!-- (not yet implemented) -->
46 <!--global-auth-file>/path/to/global/auth/file</global-auth-file-->
48 <!-- (not yet implemented) -->
49 <!--hide-file-patterns>secret.txt|even_more_secret.txt</hide-file-patterns-->
51 <idle-timeout-ms>30000</idle-timeout-ms>
53 <index-files>index.html</index-files>
55 <!-- (not yet implemented) -->
56 <!-- ssl-certificate>/path/to/certificate.pem</ssl-certificate-->
58 <!-- run-as-user>THIS IS NOT SUPPORTED IN FLIGHTGEAR <run-as-user -->
60 <!-- all paths are relative to fg-root -->
61 <!-- (not yet implemented) -->
62 <url-rewrites>/gui/=webgui/,/fonts/=Fonts/</url-rewrites>