From 46f0e51921f13554140e2d38d3cf665c77642e01 Mon Sep 17 00:00:00 2001 From: ditatompel Date: Fri, 26 Apr 2024 17:22:55 +0700 Subject: [PATCH] Change `ngx-kickstart` repo to `nginx-kickstart`. --- .../tutorials/my-nginx-kickstart-boilerplate/index.id.md | 8 ++++---- content/tutorials/my-nginx-kickstart-boilerplate/index.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/content/tutorials/my-nginx-kickstart-boilerplate/index.id.md b/content/tutorials/my-nginx-kickstart-boilerplate/index.id.md index 75f6611..7f1aa68 100644 --- a/content/tutorials/my-nginx-kickstart-boilerplate/index.id.md +++ b/content/tutorials/my-nginx-kickstart-boilerplate/index.id.md @@ -53,7 +53,7 @@ Sempurna sudah, semua fitur yang saya butuhkan terpenuhi oleh Nginx. Dan saatnya {{< bs/alert 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 >}} ## Installasi Nginx (Official Repo) @@ -151,7 +151,7 @@ Buat _executable shell script_ `/etc/nginx/cloudflare-ips.sh` berikut: ```shell #!/usr/bin/env bash # 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 # Ref of original script: # https://github.com/itsjfx/cloudflare-nginx-ips/blob/master/cloudflare-ips.sh @@ -429,12 +429,12 @@ server { ## 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 - [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/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). diff --git a/content/tutorials/my-nginx-kickstart-boilerplate/index.md b/content/tutorials/my-nginx-kickstart-boilerplate/index.md index 9a7b4c5..668cf76 100644 --- a/content/tutorials/my-nginx-kickstart-boilerplate/index.md +++ b/content/tutorials/my-nginx-kickstart-boilerplate/index.md @@ -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-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 >}} ## Installing Nginx official repo @@ -151,7 +151,7 @@ Create the following _executable shell script_ `/etc/nginx/cloudflare-ips.sh`: ```shell #!/usr/bin/env bash # 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 # Ref of original script: # https://github.com/itsjfx/cloudflare-nginx-ips/blob/master/cloudflare-ips.sh @@ -428,12 +428,12 @@ server { ## 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 - [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/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).