Changeset 225abae in freewrt


Ignore:
Timestamp:
Jul 9, 2007, 12:55:42 PM (18 years ago)
Author:
Thorsten Glaser <tg@…>
Children:
e3604f5
Parents:
2757007
Message:

use port 79 for the inevitable non-ssl listener,
we'll use port 80 for a simple http redirect
(using busybox httpd, for instance)

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package/fwwif/extra/fwwif.conf

    r2757007 r225abae  
    22
    33PropertyFile                    /etc/fwwif/fwwif.properties
    4 Listen                          127.0.0.1 80
     4Listen                          127.0.0.1 79
    55SslListen                       192.168.1.1 443 /etc/fwwif/https.cer /etc/fwwif/https.key
    66
Note: See TracChangeset for help on using the changeset viewer.