Added a section README.md to the sections:

- 90-MixConfigs
- 99-resources
This commit is contained in:
savagebidoof 2023-10-14 12:22:17 +02:00
parent 1cf75d5902
commit 68efcde1fa
2 changed files with 30 additions and 2 deletions

View File

@ -1,3 +1,15 @@
# Examples of mix configurations
## Description
This section is to put non-specific examples, being able to be as flexible as I desire.
## Examples
- 01-HTTPS-Gateway_Service_Entry
- Minecraft
# i.e of mix configurations
ie. gateway with HTTPS traffic through simple TLS, and a Service Entry as a backend.
ie. gateway with HTTPS traffic through simple TLS, and a Service Entry as a backend.

16
99-resources/README.md Normal file
View File

@ -0,0 +1,16 @@
## Description
This section is reserved in case I need to provide any resource whatsoever.
For example, it contains the files used to create a Docker image for a Nginx server that contains an HTTPS web service, which is used for the examples shared.
## Contents
- HTTPS-NGINX-DOCKERFILE
## i.e of mix configurations
ie. gateway with HTTPS traffic through simple TLS, and a Service Entry as a backend.