From 68efcde1fa6b5bf462826ba224c8902cd2baa341 Mon Sep 17 00:00:00 2001 From: savagebidoof Date: Sat, 14 Oct 2023 12:22:17 +0200 Subject: [PATCH] Added a section README.md to the sections: - 90-MixConfigs - 99-resources --- 90-MixConfigs/REDME.md | 16 ++++++++++++++-- 99-resources/README.md | 16 ++++++++++++++++ 2 files changed, 30 insertions(+), 2 deletions(-) create mode 100644 99-resources/README.md diff --git a/90-MixConfigs/REDME.md b/90-MixConfigs/REDME.md index e8909b7..f476c80 100644 --- a/90-MixConfigs/REDME.md +++ b/90-MixConfigs/REDME.md @@ -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. \ No newline at end of file diff --git a/99-resources/README.md b/99-resources/README.md new file mode 100644 index 0000000..1bf3f17 --- /dev/null +++ b/99-resources/README.md @@ -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. + +