merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit 0a0e2f52b4696631ffff404c84222df8c52e5f70
parent 30249da88ddd2c6fb13d2d3ede60b6f116b9c9db
Author: bohdan-potuzhnyi <bohdan.potuzhnyi@gmail.com>
Date:   Tue,  1 Apr 2025 15:14:34 +0200

typo fix

Diffstat:
Msrc/merchant-tools/taler-merchant-rproxy-setup | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/merchant-tools/taler-merchant-rproxy-setup b/src/merchant-tools/taler-merchant-rproxy-setup @@ -11,7 +11,7 @@ # - Requires --domain <name> # - At most one of {--nginx, --apache} (or auto-detection) # - Optionally {--httponly} or {--httpsonly} (but not both) -# - Checks for required packages (nginx/apache2, certbot) unless HTTP-only +# - Checks for required packages (nginx/apache2, certbot (unless HTTP-only)) # - Verifies Apache modules if using --apache (proxy, proxy_http, headers) # - Attempts to start the selected web server # - Runs certbot to get certificates (unless HTTP-only)