mirror of
https://github.com/9001/copyparty.git
synced 2025-10-03 01:39:26 +02:00
mention num.clients for rproxy
This commit is contained in:
parent
fc024f789d
commit
4846e1e8d6
2 changed files with 37 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue