From c496a32cab2d10f8510fa71c98651c33a5edf2e3 Mon Sep 17 00:00:00 2001 From: valitovgaziz Date: Thu, 16 Oct 2025 02:05:16 +0500 Subject: [PATCH] modified: serv_nginx/Makefile fix nginx Makefile --- serv_nginx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serv_nginx/Makefile b/serv_nginx/Makefile index 02cf414..ad2c9cb 100644 --- a/serv_nginx/Makefile +++ b/serv_nginx/Makefile @@ -23,5 +23,5 @@ stop_nginx: build_nginx: dokcer compose build nginx --no-cache -run_binnx: stop_nginx build_nginx +run_nginx: stop_nginx build_nginx docker compose up nginx -d \ No newline at end of file