From 17caf685e6b1900cff10a6cd895d50afa617d2be Mon Sep 17 00:00:00 2001 From: Simon L Date: Thu, 15 Jun 2023 15:03:24 +0200 Subject: [PATCH] Some adjustments Signed-off-by: Simon L --- reverse-proxy.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/reverse-proxy.md b/reverse-proxy.md index 61899621..cc845072 100644 --- a/reverse-proxy.md +++ b/reverse-proxy.md @@ -254,8 +254,11 @@ Of course you need to modify `` to the domain on which you want click here to expand -Add this to you nginx config
-**Note:** please check your nginx version by running: `nginx -v` and adjust it the lines marked with version notes, so that they fit your nginx version +**Disclaimer:** This config was tested and should normally work on all modern nginx version if you configure it correctly. Improvements to the config are very welcome! + +Add the below template to you nginx config. + +**Note:** please check your nginx version by running: `nginx -v` and adjust it the lines marked with version notes, so that they fit your nginx version. ``` map $http_upgrade $connection_upgrade {