mirror of
https://github.com/ditatompel/insights.git
synced 2025-01-08 03:12:06 +07:00
chore(lint): Prettier Nginx kickstart article
This commit is contained in:
parent
2279e6e9f9
commit
2677a4f140
2 changed files with 22 additions and 22 deletions
|
@ -3,9 +3,9 @@ title: "My Nginx Setup Kickstart / Boilerplate"
|
||||||
description: "Settingan wajib saya untuk Nginx sebagai web server, reverse proxy; termasuk VTS module, analisis, dan logging."
|
description: "Settingan wajib saya untuk Nginx sebagai web server, reverse proxy; termasuk VTS module, analisis, dan logging."
|
||||||
summary: "Settingan wajib saya untuk Nginx sebagai web server, reverse proxy; termasuk VTS module, analisis, dan logging."
|
summary: "Settingan wajib saya untuk Nginx sebagai web server, reverse proxy; termasuk VTS module, analisis, dan logging."
|
||||||
keywords:
|
keywords:
|
||||||
- nginx
|
- nginx
|
||||||
- nginx kickstart
|
- nginx kickstart
|
||||||
- nginx boilerplate
|
- nginx boilerplate
|
||||||
date: 2024-04-25T00:00:09+07:00
|
date: 2024-04-25T00:00:09+07:00
|
||||||
lastmod:
|
lastmod:
|
||||||
draft: false
|
draft: false
|
||||||
|
@ -14,13 +14,13 @@ nav_weight: 1000
|
||||||
series:
|
series:
|
||||||
# - Tutorial
|
# - Tutorial
|
||||||
categories:
|
categories:
|
||||||
- SysAdmin
|
- SysAdmin
|
||||||
- Snippets
|
- Snippets
|
||||||
tags:
|
tags:
|
||||||
- Nginx
|
- Nginx
|
||||||
images:
|
images:
|
||||||
authors:
|
authors:
|
||||||
- ditatompel
|
- ditatompel
|
||||||
---
|
---
|
||||||
|
|
||||||
Sejak pertama kali saya menggunakan [**Nginx**](https://nginx.org/) di pertengahan tahun 2011 lalu, Nginx langsung menjadi _web server_ favorit saya. [Apache](https://httpd.apache.org/) yang sebelumnya merupakan _"standard" web server_ di sistem operasi Linux sedikit demi sedikit mulai saya tinggalkan.
|
Sejak pertama kali saya menggunakan [**Nginx**](https://nginx.org/) di pertengahan tahun 2011 lalu, Nginx langsung menjadi _web server_ favorit saya. [Apache](https://httpd.apache.org/) yang sebelumnya merupakan _"standard" web server_ di sistem operasi Linux sedikit demi sedikit mulai saya tinggalkan.
|
||||||
|
@ -424,7 +424,7 @@ Sebagai referensi konfigurasi akhir, silahkan lihat di repositori [https://githu
|
||||||
|
|
||||||
## 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/nginx-kickstart](https://github.com/ditatompel/nginx-kickstart).
|
- [https://github.com/ditatompel/nginx-kickstart](https://github.com/ditatompel/nginx-kickstart).
|
||||||
|
|
|
@ -3,9 +3,9 @@ title: "My Nginx Setup Kickstart / Boilerplate"
|
||||||
description: "My mandatory settings for Nginx as a web server, reverse proxy; including VTS module, analysis, and logging."
|
description: "My mandatory settings for Nginx as a web server, reverse proxy; including VTS module, analysis, and logging."
|
||||||
summary: "My mandatory settings for Nginx as a web server, reverse proxy; including VTS module, analysis, and logging."
|
summary: "My mandatory settings for Nginx as a web server, reverse proxy; including VTS module, analysis, and logging."
|
||||||
keywords:
|
keywords:
|
||||||
- nginx
|
- nginx
|
||||||
- nginx kickstart
|
- nginx kickstart
|
||||||
- nginx boilerplate
|
- nginx boilerplate
|
||||||
date: 2024-04-25T00:00:09+07:00
|
date: 2024-04-25T00:00:09+07:00
|
||||||
lastmod:
|
lastmod:
|
||||||
draft: false
|
draft: false
|
||||||
|
@ -14,13 +14,13 @@ nav_weight: 1000
|
||||||
series:
|
series:
|
||||||
# - Tutorial
|
# - Tutorial
|
||||||
categories:
|
categories:
|
||||||
- SysAdmin
|
- SysAdmin
|
||||||
- Snippets
|
- Snippets
|
||||||
tags:
|
tags:
|
||||||
- Nginx
|
- Nginx
|
||||||
images:
|
images:
|
||||||
authors:
|
authors:
|
||||||
- ditatompel
|
- ditatompel
|
||||||
---
|
---
|
||||||
|
|
||||||
Since the first time I used [**Nginx**](https://nginx.org/) in mid-2011, Nginx immediately became my favorite web server. I am slowly starting to leave [Apache](https://httpd.apache.org/) behind, which was previously the _"standard" web server_ on the Linux operating system.
|
Since the first time I used [**Nginx**](https://nginx.org/) in mid-2011, Nginx immediately became my favorite web server. I am slowly starting to leave [Apache](https://httpd.apache.org/) behind, which was previously the _"standard" web server_ on the Linux operating system.
|
||||||
|
@ -424,7 +424,7 @@ As a final configuration reference, please look at [https://github.com/ditatompe
|
||||||
|
|
||||||
## 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/nginx-kickstart](https://github.com/ditatompel/nginx-kickstart).
|
- [https://github.com/ditatompel/nginx-kickstart](https://github.com/ditatompel/nginx-kickstart).
|
||||||
|
|
Loading…
Reference in a new issue