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 }