From 67ce19ca4434f36219995adfedb7f4337ccc95ef Mon Sep 17 00:00:00 2001 From: Siarhei Siniak Date: Sun, 19 May 2024 13:52:37 +0300 Subject: [PATCH] [~] Refactor --- dotfiles/.local/bin/commands | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotfiles/.local/bin/commands b/dotfiles/.local/bin/commands index 9e91a50..0ea8934 100755 --- a/dotfiles/.local/bin/commands +++ b/dotfiles/.local/bin/commands @@ -1284,9 +1284,9 @@ server { )) os.execv( - 'nginx', + '/usr/sbin/nginx', [ - 'nginx', + '/usr/sbin/nginx', '-c', os.path.join(CONF_DIR, 'nginx.conf'), '-p',