taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 95d0e2c8df85c9c259c7c203f941424bf1678184
parent eaa31c53a52ded43f0611306dc80df316ca34f64
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 23 Apr 2026 22:46:44 +0200

expand paivana-httpd options

Diffstat:
Mmanpages/paivana-httpd.1.rst | 11++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/manpages/paivana-httpd.1.rst b/manpages/paivana-httpd.1.rst @@ -15,6 +15,7 @@ Synopsis **paivana-httpd** [**-h**_|_**--help**] [**-n**_|_**--no-payment**] +[**-u** *BYTES*_|_**--max-upload=**\ \ *BYTES*] [**-v**_|_**--version**] Description @@ -33,15 +34,19 @@ them to the respective webserver configured. Its options are as follows: -**-h** +**-h** | **--help** Print short help on options. -**-n** +**-n** | **-no-payment** Disable payment, only act as a reverse proxy that does nothing. Useful to temporarily disable the paywall or to test the reverse proxy itself. -**-v** +**-u** *BYTES* | **--max-upload=**\ \ *BYTES* + Set the maximum upload size allowed by the reverse proxy. + Only applies to the body size (the HTTP header has a separate limit). + +**-v** | **--version** Print version number. See Also