From 8a4a8eaa3272d43a55030d397ba197ae8ca23f8e Mon Sep 17 00:00:00 2001 From: Siarhei Siniak Date: Sun, 19 May 2024 13:53:10 +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 0ea8934..8bcad66 100755 --- a/dotfiles/.local/bin/commands +++ b/dotfiles/.local/bin/commands @@ -1289,7 +1289,7 @@ server { '/usr/sbin/nginx', '-c', os.path.join(CONF_DIR, 'nginx.conf'), - '-p', + '-p', DATA_DIR, '-g', 'daemon off;', ], )