source: freewrt/package/fwwif/extra/fwwif.conf@ 5405ce6

Last change on this file since 5405ce6 was 5405ce6, checked in by Thorsten Glaser <tg@…>, 18 years ago

tntnet doesn't support SSL-only operation

git-svn-id: svn://www.freewrt.org/trunk/freewrt@3107 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 596 bytes
Line 
1# $Id$
2
3PropertyFile /etc/fwwif/fwwif.properties
4Listen 127.0.0.1 80
5SslListen 192.168.1.1 443 /etc/fwwif/https.cer /etc/fwwif/https.key
6
7MaxRequestSize 262144
8PidFile /var/run/fwwif.pid
9Daemon 1
10MinThreads 5
11MaxThreads 12
12CompPath /usr/lib/fwwif
13fwwif_modpath /usr/lib/fwwif
14Load fwwif
15EnableCompression no
16MimeDb /etc/fwwif/mime.types
17
18MapUrl ^/$ fwwif@fwwif
19MapUrl ^/favicon images@fwwif favicon.ico
20
21include /etc/fwwif/*.app
22
23MapUrl ^/images/(.*) images@fwwif $1
24MapUrl ^/([^/.]+)(\..*)?$ $1@fwwif
25MapUrl ^/([^/]+)/$ $1@$1
26MapUrl ^/([^/]+)/([^.]+) $2@$1
Note: See TracBrowser for help on using the repository browser.