smilence86

Results 3 issues of smilence86

pve虚拟的ubuntu20.04 ltsc, `docker run -d \ --name aria2 \ --restart always \ --log-opt max-size=1m \ -e PUID=$UID \ -e PGID=$GID \ -e UMASK_SET=022 \ -e RPC_SECRET=mySecret \ -e RPC_PORT=6800 \...

I don't want to use subdomain to serve it, instead add a custom path into url, such as https://example.com/share. my nginx config is looks like: ``` location /share/ { proxy_read_timeout...