Only build the modules

Follow 646a5557e6
This commit is contained in:
Cristian Ditaputratama 2024-04-26 17:24:47 +07:00 committed by mergify[bot]
parent 46f0e51921
commit 3f36f5a14a
2 changed files with 2 additions and 2 deletions

View file

@ -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/`: _Build_, kemudian copy VTS module yang baru saja dicompile ke `/etc/nginx/modules/`:
```shell ```shell
make -j$(nproc) make modules -j$(nproc)
sudo cp objs/ngx_http_vhost_traffic_status_module.so /etc/nginx/modules/ sudo cp objs/ngx_http_vhost_traffic_status_module.so /etc/nginx/modules/
``` ```

View file

@ -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/`: Build, then copy the VTS module you just compiled to `/etc/nginx/modules/`:
```shell ```shell
make -j$(nproc) make modules -j$(nproc)
sudo cp objs/ngx_http_vhost_traffic_status_module.so /etc/nginx/modules/ sudo cp objs/ngx_http_vhost_traffic_status_module.so /etc/nginx/modules/
``` ```