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

Last change on this file since 58 was 55, checked in by Nishi, on Sep 18, 2024 at 9:16:19 PM

set keywords

  • Property svn:keywords set to Id
File size: 490 bytes
Line 
1# $Id: example-win.conf 55 2024-09-18 12:16:19Z 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.