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

Last change on this file since 79 was 61, checked in by Nishi, on Sep 18, 2024 at 9:45:02 PM

add ServerRoot

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