contrib/nginx: fix rp-loc example (#1167)

Signed-off-by: Raphaël Deschênes <raphdf201@hotmail.com>
This commit is contained in:
Raphaël Deschênes 2026-01-04 13:56:52 -05:00 committed by GitHub
parent 364f74a1bd
commit 7ffb1fd0ca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: