diff options
Diffstat (limited to 'www/phpbb/files')
-rw-r--r-- | www/phpbb/files/pkg-opts | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/www/phpbb/files/pkg-opts b/www/phpbb/files/pkg-opts new file mode 100644 index 000000000000..c3a754a8b0e8 --- /dev/null +++ b/www/phpbb/files/pkg-opts @@ -0,0 +1,12 @@ +# Variable|Default value|Short description +# Multi-line/long description (optional). +# Multi-line/long description lines must start with whitespace! +# +WWWDOCROOT|www/data|The DocumentRoot of your webserver under ${LOCALBASE} +PHPBBURL|phpBB2|The base URL of phpBB2 on your webserver + phpBB2 will be installed under ${LOCALBASE}/${WWWDOCROOT}/${PHPBBURL}, + and will be visible as http://localhost/${PHPBBURL}/ +WWWOWN|www|The user ID under which your webserver executes + It is recommended that you do not change this option. +WWWGRP|www|The group ID under which your webserver executes + It is recommended that you do not change this option. |