mirror of
https://github.com/woodchen-ink/webp_server_go.git
synced 2025-07-18 13:42:02 +08:00
update readme
This commit is contained in:
parent
e8e12ee10c
commit
ae4bc5cf43
@ -120,8 +120,8 @@ Download `webp-server` to `/opt/webps/webp-server`, and create a config file to
|
|||||||
```shell script
|
```shell script
|
||||||
./webp-server -dump-systemd > /lib/systemd/system/webp-server.service
|
./webp-server -dump-systemd > /lib/systemd/system/webp-server.service
|
||||||
systemctl daemon-reload
|
systemctl daemon-reload
|
||||||
systemctl enable webps.service
|
systemctl enable webp-server.service
|
||||||
systemctl start webps.service
|
systemctl start webp-server.service
|
||||||
```
|
```
|
||||||
## 4. Nginx proxy_pass
|
## 4. Nginx proxy_pass
|
||||||
Let Nginx to `proxy_pass http://localhost:3333/;`, and your webp-server is on-the-fly
|
Let Nginx to `proxy_pass http://localhost:3333/;`, and your webp-server is on-the-fly
|
||||||
|
Loading…
x
Reference in New Issue
Block a user