summaryrefslogtreecommitdiff
path: root/src/tools/httpd_inets_props.conf
blob: c94fed923105da873d23aa6db349aeeb76e10756 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[
 {port, 8080},
 {bind_address, {127,0,0,1}},
 {server_name, "httpd_inets_FQDN"},
 {server_root, "/tmp/httpd_inets"},
 {document_root, "/tmp/httpd_inets/docroot"},
 {socket_type, essl},
 {ssl_certificate_file, "/tmp/httpd_inets/02.pem"},
 {ssl_certificate_key_file, "/tmp/httpd_inets/srv1.key"},
 {ssl_ca_certificate_file, "/tmp/httpd_inets/01.pem"},
 {modules, [mod_alias, 
            mod_auth, 
            mod_esi,   
            mod_get, 
            mod_head, 
            mod_log, 
            mod_disk_log]},
 {erl_script_alias, {"/d", [httpd_inets]}}
].