From 657c71abc9caf222e8181e2670291b64eeb08add Mon Sep 17 00:00:00 2001 From: Rhilip Date: Fri, 10 Jan 2020 19:00:02 +0800 Subject: [PATCH] docs(README): fix typo of start command closed: https://github.com/Rhilip/RidPT/issues/7 --- CHANGELOG.md | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bea0165..b3982ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ ### Perf - **Component:** View Become a component to perf load time (660c1f1) +- **Tracker:** Reduce Redis Calls for get User and Torrent Info in Tracker (e813435) ### Refactor - **Entity:** Move Class Torrent,User to namespace App\Entity (7814d88) diff --git a/README.md b/README.md index 1e1a9eb..4ed9761 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ edit in Admin Panel. If your service is behind the CDN like Cloudflare, You must follow [How do I restore original visitor IP with Nginx?](https://support.cloudflare.com/hc/en-us/articles/200170706-How-do-I-restore-original-visitor-IP-with-Nginx) So that tracker can record the peer's ip address. -7. Use the default `php bin/console service start -d` to let *RidPT* RUN in the background. Or you can use other daemon work like: +7. Use the default `php bin/console server start -d` to let *RidPT* RUN in the background. Or you can use other daemon work like: - Systemctl: [ridpt.service](migration/ridpt.service) ## Basie Environment Setting in `.env`