diff options
Diffstat (limited to '')
-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 |