mirror of
https://github.com/ditatompel/insights.git
synced 2025-01-08 03:12:06 +07:00
parent
46f0e51921
commit
3f36f5a14a
2 changed files with 2 additions and 2 deletions
|
@ -373,7 +373,7 @@ Configure dengan argumen yang sama dari output `nginx -V` diatas dan tambahkan `
|
|||
_Build_, kemudian copy VTS module yang baru saja dicompile ke `/etc/nginx/modules/`:
|
||||
|
||||
```shell
|
||||
make -j$(nproc)
|
||||
make modules -j$(nproc)
|
||||
sudo cp objs/ngx_http_vhost_traffic_status_module.so /etc/nginx/modules/
|
||||
```
|
||||
|
||||
|
|
|
@ -372,7 +372,7 @@ Configure with the same arguments from the `nginx -V` output above and add `--ad
|
|||
Build, then copy the VTS module you just compiled to `/etc/nginx/modules/`:
|
||||
|
||||
```shell
|
||||
make -j$(nproc)
|
||||
make modules -j$(nproc)
|
||||
sudo cp objs/ngx_http_vhost_traffic_status_module.so /etc/nginx/modules/
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue