diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-12-17 16:14:26 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-12-17 16:14:26 +0100 |
commit | 511ae48877f8f3fae2a3ba282d979c33f2ea5491 (patch) | |
tree | 946b97a81fa6a3efbc181177e805cee922305a47 /config | |
parent | Little Rapidshare Fix (diff) | |
download | pyload-511ae48877f8f3fae2a3ba282d979c33f2ea5491.tar.xz |
webinterface: config working, downloadable files
Diffstat (limited to 'config')
-rw-r--r-- | config | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -10,14 +10,17 @@ cert = ssl.crt key = ssl.key [webinterface] -activated = False -port = 8080 +activated = True +host = 127.0.0.1 +# 0.0.0.0 to make it accessible from everywhere +port = 8000 template = default local = True -ssl = None #ONLY SPECIFY IF PYLOAD NOT RUN ON YOUR LOCALHOST +#ONLY SPECIFY IF PYLOAD NOT RUN ON YOUR LOCALHOST +ssl = None username = None adress = None -port = None +extport = None pw = None [log] @@ -52,4 +55,4 @@ end = 0:00 [proxy] activated = False adress = http://localhost:8080 -protocol = http +protocol = http
\ No newline at end of file |