From 90c98ac68184b2662de50620fdb03f45bac5deca Mon Sep 17 00:00:00 2001 From: Julian Prieber Date: Sat, 6 May 2023 14:43:46 +0200 Subject: [PATCH] Update README.md --- README.md | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 97b4944..7ce8f16 100644 --- a/README.md +++ b/README.md @@ -285,25 +285,10 @@ If you wish to save only selective files, you may save the following files and f ## Reverse Proxy -
- -| ❌ Invalid setup ❌ | -| ----------------------------------------------------- | -|| - -
- -| ⚠️ Incorrect ⚠️ | ✅ Correct ✅ | -| ----------------------------------------------------- | ----------------------------------------------------- | -||| -| Invalid header configuration | Valid header configuration | - -
- ### NGINX: **Below is an example NGINX setup for a reverse proxy.** -
+
 
 server {
   listen        443 ssl;
@@ -337,7 +322,7 @@ server {
   }
 }
 
-
+