From d8c131c3903a52df32ea4d62ade3cb8c67e1f92b Mon Sep 17 00:00:00 2001
From: Jacob Benz <jacob.benz@h-da.de>
Date: Fri, 14 Mar 2025 12:09:52 +0100
Subject: [PATCH] fix typo

---
 nginx-sample-conf/leafwriter.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nginx-sample-conf/leafwriter.conf b/nginx-sample-conf/leafwriter.conf
index 7bcd16e..18aa213 100644
--- a/nginx-sample-conf/leafwriter.conf
+++ b/nginx-sample-conf/leafwriter.conf
@@ -6,7 +6,7 @@ server {
 
         location / {
                 proxy_pass http://localhost:5000;
-                # To specififally set proxy headers seems to introduce redirect errors and at least for the current config these headers do not seem to be necessary in the first place.
+                # To specifically set proxy headers seems to introduce redirect errors and at least for the current config these headers do not seem to be necessary in the first place.
                 #proxy_set_header    Host               $host;
                 #proxy_set_header    X-Real-IP          $remote_addr;
                 #proxy_set_header    X-Forwarded-For    $proxy_add_x_forwarded_for;
-- 
GitLab