mirror of
https://github.com/9001/copyparty.git
synced 2026-01-12 07:44:08 -07:00
contrib/nginx: fix rp-loc example (#1167)
Signed-off-by: Raphaël Deschênes <raphdf201@hotmail.com>
This commit is contained in:
parent
364f74a1bd
commit
7ffb1fd0ca
|
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
# to reverse-proxy a specific path/subpath/location below a domain
|
# to reverse-proxy a specific path/subpath/location below a domain
|
||||||
# (rather than a complete subdomain), for example "/qw/er", you must
|
# (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 / {
|
# location / {
|
||||||
# proxy_pass http://cpp_tcp;
|
# proxy_pass http://cpp_tcp;
|
||||||
# to this:
|
# to this:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue