From 3112e15b82aa5931b736a792be33d7f398ea5a90 Mon Sep 17 00:00:00 2001
From: Siarhei Siniak <siarheisiniak@gmail.com>
Date: Sun, 19 May 2024 13:35:16 +0300
Subject: [PATCH] [~] Refactor

---
 dotfiles/.local/bin/commands | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dotfiles/.local/bin/commands b/dotfiles/.local/bin/commands
index 0ee4a85..07bc945 100755
--- a/dotfiles/.local/bin/commands
+++ b/dotfiles/.local/bin/commands
@@ -1260,7 +1260,7 @@ http {
 server {
   listen 80;
   charset UTF-8;
-  client_max_body_sie 2K;
+  client_max_body_size 2K;
   root %s;
   %s
 }