mention num.clients for rproxy

This commit is contained in:
ed 2021-06-14 19:27:34 +02:00
parent fc024f789d
commit 4846e1e8d6
2 changed files with 37 additions and 0 deletions

View file

@ -1,3 +1,8 @@
# when running copyparty behind a reverse-proxy,
# make sure that copyparty allows at least as many clients as the proxy does,
# so run copyparty with -nc 512 if your nginx has the default limits
# (worker_processes 1, worker_connections 512)
upstream cpp {
server 127.0.0.1:3923;
keepalive 120;