diff options
author | penSec.IT UG (haftungsbeschränkt) <etherpad@pensec.it> | 2010-04-04 17:00:47 +0200 |
---|---|---|
committer | penSec.IT UG (haftungsbeschränkt) <etherpad@pensec.it> | 2010-04-04 17:00:47 +0200 |
commit | 40e1873f117dae23800e9bd281558a8a145d479b (patch) | |
tree | e00c84bb372fcbc5ba5bb19cfd8e94007a5b0660 /build | |
parent | 4f2ddecc37b8d42bd6dc95b7aaa48d7cd9cbdfee (diff) | |
download | etherpad-40e1873f117dae23800e9bd281558a8a145d479b.tar.gz etherpad-40e1873f117dae23800e9bd281558a8a145d479b.tar.xz etherpad-40e1873f117dae23800e9bd281558a8a145d479b.zip |
Additional information about priviliged ports
Diffstat (limited to 'build')
-rw-r--r-- | build/apt/DEBIAN/templates | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/build/apt/DEBIAN/templates b/build/apt/DEBIAN/templates index 8cf6124..d7c6f36 100644 --- a/build/apt/DEBIAN/templates +++ b/build/apt/DEBIAN/templates @@ -17,7 +17,12 @@ Template: etherpad-%BRANCH%/port Type: string Default: 9000 Description: etherpad tcp port - Please insert the port on which etherpad should listen, default is 9000. + Please insert the port on which etherpad should listen, default is 9000. You + cannot use privileged ports (<= 1024). + . + If you want to make etherpad available on port 80/443 use etherpad-proxy which + will install a webserver (like nginx or apache) to proxy dynamic etherpad + contents and serve static contents directly. Template: etherpad-%BRANCH%/setup_database Type: boolean |