From 7ffb1fd0ca5a5968782ae980aab3869d2b6b6dda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Desch=C3=AAnes?= Date: Sun, 4 Jan 2026 13:56:52 -0500 Subject: [PATCH] contrib/nginx: fix rp-loc example (#1167) 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: