mirror of
https://github.com/9001/copyparty.git
synced 2026-01-12 15:52:39 -07:00
Fix reverse proxy argument in nginx config
Signed-off-by: Raphaël Deschênes <raphdf201@hotmail.com>
This commit is contained in:
parent
364f74a1bd
commit
cee4009947
|
|
@ -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