From d876cffc5a894489e9cbedb12c849ab41e3b7fa8 Mon Sep 17 00:00:00 2001 From: AToska21 <58345270+AToska21@users.noreply.github.com> Date: Wed, 22 Dec 2021 11:39:17 +0100 Subject: [PATCH] Update HTTPS.md --- docs/setup/HTTPS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/setup/HTTPS.md b/docs/setup/HTTPS.md index e3f23ad..533e79f 100644 --- a/docs/setup/HTTPS.md +++ b/docs/setup/HTTPS.md @@ -69,6 +69,9 @@ If done correctly, you should have your website up and running with SSL. ``serve An example of a correctly configured NGINX setup (using SSL): +!!! failure "THIS IS JUST AN EXAMPLE" + Do not use this, use the command above, if you use it correctly, you should have a working instance with HTTPS. + ``` limit_req_zone $binary_remote_addr zone=registerzone:10m rate=1r/m; server {