mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 00:52:16 -06:00
* add haproxy, lighttpd, traefik, caddy * adjust nginx buffer sizes for way faster downloads * move unix-socket to /dev/shm/ because fedora sets PrivateTmp=true for nginx (orz)
13 lines
313 B
YAML
13 lines
313 B
YAML
# ./traefik --experimental.fastproxy=true --entrypoints.web.address=:8080 --providers.file.filename=copyparty.yaml
|
|
|
|
http:
|
|
services:
|
|
service-cpp:
|
|
loadBalancer:
|
|
servers:
|
|
- url: "http://127.0.0.1:3923/"
|
|
routers:
|
|
my-router:
|
|
rule: "PathPrefix(`/`)"
|
|
service: service-cpp
|