fix: use /var/www/feuille instead of /var/www/htdocs/feuille
This commit is contained in:
parent
de51c9830a
commit
01057061f9
5 changed files with 9 additions and 9 deletions
|
@ -64,7 +64,7 @@ Default: \f[V]8888\f[R]
|
|||
\f[B]-o path\f[R]
|
||||
Sets the path where \f[B]feuille\f[R] will output the pastes (and
|
||||
chroot, if possible).
|
||||
Default: \f[V]/var/www/htdocs/feuille\f[R]
|
||||
Default: \f[V]/var/www/feuille\f[R]
|
||||
.TP
|
||||
\f[B]-s bytes\f[R]
|
||||
Sets the maximum size for every paste (in bytes).
|
||||
|
@ -104,7 +104,7 @@ Default: the number of threads configured on your machine.
|
|||
.TP
|
||||
\f[B]sudo feuille\f[R]
|
||||
Runs feuille in the background, chrooting into
|
||||
\f[V]/var/www/htdocs/feuille\f[R], dropping root privileges and spawning
|
||||
\f[V]/var/www/feuille\f[R], dropping root privileges and spawning
|
||||
worker processes to accept incoming connections.
|
||||
.TP
|
||||
\f[B]feuille -p 1337\f[R]
|
||||
|
|
Reference in a new issue