content update November

This commit is contained in:
2021-11-26 18:51:05 +01:00
parent deef076a4f
commit 3ca7604967
5 changed files with 242 additions and 12 deletions

View File

@ -1,11 +1,32 @@
---
title: "Configure Nginx 🧩"
title: "Setting up a NGINX configuration 🧩"
date: 2021-10-31T15:08:33+01:00
draft: false
toc: false
images:
tags:
- untagged
- website
- config
- nginx
---
This is a test
```bash
nginx
├── conf.d
│   ├── hugo.conf
│   ├── leene.robots
│   ├── leene.ssl
│ └── ...
├── nginx.conf
├── sites-available
│   ├── lieuwe
│ └── ...
├── sites-enabled
│   ├── 0root
│   ├── lieuwe -> ../sites-available/lieuwe
│ └── ...
├── nginx.conf
└── ...
```