Change ngx-kickstart repo to nginx-kickstart.

This commit is contained in:
Cristian Ditaputratama 2024-04-26 17:22:55 +07:00 committed by mergify[bot]
parent d0d127c893
commit 46f0e51921
2 changed files with 8 additions and 8 deletions

View file

@ -53,7 +53,7 @@ Sempurna sudah, semua fitur yang saya butuhkan terpenuhi oleh Nginx. Dan saatnya
{{< bs/alert info >}} {{< bs/alert info >}}
{{< bs/alert-heading "INFO:" >}} {{< bs/alert-heading "INFO:" >}}
Saya memiliki open-source project {{< bs/alert-link "ngx-kickstart" "https://github.com/ditatompel/ngx-kickstart" >}} (boilerplate) untuk mempermudah menginstall Nginx dari repositori officialnya dan mengkompile Nginx VTS module di FRESH Debian 12 atau Ubuntu 22.04 server. Saya memiliki open-source project {{< bs/alert-link "nginx-kickstart" "https://github.com/ditatompel/nginx-kickstart" >}} (boilerplate) untuk mempermudah menginstall Nginx dari repositori officialnya dan mengkompile Nginx VTS module di FRESH Debian 12 atau Ubuntu 22.04 server.
{{< /bs/alert >}} {{< /bs/alert >}}
## Installasi Nginx (Official Repo) ## Installasi Nginx (Official Repo)
@ -151,7 +151,7 @@ Buat _executable shell script_ `/etc/nginx/cloudflare-ips.sh` berikut:
```shell ```shell
#!/usr/bin/env bash #!/usr/bin/env bash
# Nginx setup for cloudflare's IPs. # Nginx setup for cloudflare's IPs.
# https://github.com/ditatompel/ngx-kickstart/blob/main/etc/nginx/cloudflare-ips.sh # https://github.com/ditatompel/nginx-kickstart/blob/main/etc/nginx/cloudflare-ips.sh
# This is modified version of itsjfx's cloudflare-nginx-ips # This is modified version of itsjfx's cloudflare-nginx-ips
# Ref of original script: # Ref of original script:
# https://github.com/itsjfx/cloudflare-nginx-ips/blob/master/cloudflare-ips.sh # https://github.com/itsjfx/cloudflare-nginx-ips/blob/master/cloudflare-ips.sh
@ -429,12 +429,12 @@ server {
## Konfigurasi Akhir ## Konfigurasi Akhir
Sebagai referensi konfigurasi akhir, silahkan lihat di repositori [https://github.com/ditatompel/ngx-kickstart/tree/main/etc/nginx](https://github.com/ditatompel/ngx-kickstart/tree/main/etc/nginx). Sebagai referensi konfigurasi akhir, silahkan lihat di repositori [https://github.com/ditatompel/nginx-kickstart/tree/main/etc/nginx](https://github.com/ditatompel/nginx-kickstart/tree/main/etc/nginx).
## Kredit dan Referensi ## Kredit dan Referensi
- [https://nginx.org/en/linux_packages.html](https://nginx.org/en/linux_packages.html). - [https://nginx.org/en/linux_packages.html](https://nginx.org/en/linux_packages.html).
- [https://github.com/vozlt/nginx-module-vts](https://github.com/vozlt/nginx-module-vts). - [https://github.com/vozlt/nginx-module-vts](https://github.com/vozlt/nginx-module-vts).
- [https://github.com/itsjfx/cloudflare-nginx-ips](https://github.com/itsjfx/cloudflare-nginx-ips). - [https://github.com/itsjfx/cloudflare-nginx-ips](https://github.com/itsjfx/cloudflare-nginx-ips).
- [https://github.com/ditatompel/ngx-kickstart](https://github.com/ditatompel/ngx-kickstart). - [https://github.com/ditatompel/nginx-kickstart](https://github.com/ditatompel/nginx-kickstart).

View file

@ -53,7 +53,7 @@ It's perfect, all the features I need are met by Nginx. And it's time for me to
{{< bs/alert info >}} {{< bs/alert info >}}
{{< bs/alert-heading "INFO:" >}} {{< bs/alert-heading "INFO:" >}}
I have an open-source project called {{< bs/alert-link "ngx-kickstart" "https://github.com/ditatompel/ngx-kickstart" >}} (boilerplate) to make it easier to install Nginx from the official repository and compile the Nginx VTS module on a FRESH Debian 12 or Ubuntu 22.04 server. I have an open-source project called {{< bs/alert-link "nginx-kickstart" "https://github.com/ditatompel/nginx-kickstart" >}} (boilerplate) to make it easier to install Nginx from the official repository and compile the Nginx VTS module on a FRESH Debian 12 or Ubuntu 22.04 server.
{{< /bs/alert >}} {{< /bs/alert >}}
## Installing Nginx official repo ## Installing Nginx official repo
@ -151,7 +151,7 @@ Create the following _executable shell script_ `/etc/nginx/cloudflare-ips.sh`:
```shell ```shell
#!/usr/bin/env bash #!/usr/bin/env bash
# Nginx setup for cloudflare's IPs. # Nginx setup for cloudflare's IPs.
# https://github.com/ditatompel/ngx-kickstart/blob/main/etc/nginx/cloudflare-ips.sh # https://github.com/ditatompel/nginx-kickstart/blob/main/etc/nginx/cloudflare-ips.sh
# This is modified version of itsjfx's cloudflare-nginx-ips # This is modified version of itsjfx's cloudflare-nginx-ips
# Ref of original script: # Ref of original script:
# https://github.com/itsjfx/cloudflare-nginx-ips/blob/master/cloudflare-ips.sh # https://github.com/itsjfx/cloudflare-nginx-ips/blob/master/cloudflare-ips.sh
@ -428,12 +428,12 @@ server {
## Final configuration ## Final configuration
As a final configuration reference, please look at [https://github.com/ditatompel/ngx-kickstart/tree/main/etc/nginx](https://github.com/ditatompel/ngx-kickstart/tree/main/etc/nginx). As a final configuration reference, please look at [https://github.com/ditatompel/nginx-kickstart/tree/main/etc/nginx](https://github.com/ditatompel/nginx-kickstart/tree/main/etc/nginx).
## Credit and references ## Credit and references
- [https://nginx.org/en/linux_packages.html](https://nginx.org/en/linux_packages.html). - [https://nginx.org/en/linux_packages.html](https://nginx.org/en/linux_packages.html).
- [https://github.com/vozlt/nginx-module-vts](https://github.com/vozlt/nginx-module-vts). - [https://github.com/vozlt/nginx-module-vts](https://github.com/vozlt/nginx-module-vts).
- [https://github.com/itsjfx/cloudflare-nginx-ips](https://github.com/itsjfx/cloudflare-nginx-ips). - [https://github.com/itsjfx/cloudflare-nginx-ips](https://github.com/itsjfx/cloudflare-nginx-ips).
- [https://github.com/ditatompel/ngx-kickstart](https://github.com/ditatompel/ngx-kickstart). - [https://github.com/ditatompel/nginx-kickstart](https://github.com/ditatompel/nginx-kickstart).