mirror of
https://github.com/lleene/hugo-site.git
synced 2025-07-28 02:43:17 +02:00
content update November
This commit is contained in:
@ -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
|
||||
└── ...
|
||||
```
|
||||
|
Reference in New Issue
Block a user