From ae4bc5cf43417c835fcb9114b8379283f8226183 Mon Sep 17 00:00:00 2001 From: keshanechen Date: Thu, 12 Mar 2020 14:03:57 +0800 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index de22d31..2a606b4 100644 --- a/README.md +++ b/README.md @@ -120,8 +120,8 @@ Download `webp-server` to `/opt/webps/webp-server`, and create a config file to ```shell script ./webp-server -dump-systemd > /lib/systemd/system/webp-server.service systemctl daemon-reload -systemctl enable webps.service -systemctl start webps.service +systemctl enable webp-server.service +systemctl start webp-server.service ``` ## 4. Nginx proxy_pass Let Nginx to `proxy_pass http://localhost:3333/;`, and your webp-server is on-the-fly