source: Main/trunk/example-win.conf@ 54

Last change on this file since 54 was 54, checked in by Nishi, on Sep 18, 2024 at 9:15:57 PM

installer kinda works

File size: 535 bytes
RevLine 
[54]1# $Id: example.conf 40 2024-09-17 12:31:08Z nishi $
2# This is an example config
3
4Listen 80
5#ListenSSL 443
6
7#SSLKey key.pem
8#SSLCertificate cert.pem
9
10MIMEType all application/octet-stream
11MIMEType .html text/html
12MIMEType .txt text/plain
13MIMEType .png image/png
14
15Icon all /icons/unknown.png
16Icon text/* /icons/text.png
17Icon image/* /icons/image.png
18Icon misc/dir /icons/folder.png
19Icon misc/parent /icons/parent.png
20
21DirectoryIndex index.html
22
23Readme README
24
25DocumentRoot C:/Tewi/www
26
27BeginDirectory C:/Tewi/www
28 Allow all
29EndDirectory
Note: See TracBrowser for help on using the repository browser.