From cee4009947d10aff8908eb35a3f9cb8d9be2ea33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Desch=C3=AAnes?= Date: Sun, 4 Jan 2026 13:53:55 -0500 Subject: [PATCH] Fix reverse proxy argument in nginx config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Raphaël Deschênes --- contrib/nginx/copyparty.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/nginx/copyparty.conf b/contrib/nginx/copyparty.conf index f0d382cc..440e22c3 100644 --- a/contrib/nginx/copyparty.conf +++ b/contrib/nginx/copyparty.conf @@ -6,7 +6,7 @@ # # to reverse-proxy a specific path/subpath/location below a domain # (rather than a complete subdomain), for example "/qw/er", you must -# run copyparty with --rp-loc /qw/as and also change the following: +# run copyparty with --rp-loc /qw/er and also change the following: # location / { # proxy_pass http://cpp_tcp; # to this: