From 3ea27c1836aa01cda7ec7fb806c132e915efa45b Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Sat, 13 Apr 2024 02:21:05 -0500 Subject: [PATCH] chore: fix nginx config path --- scripts/deploy.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy.ps1 b/scripts/deploy.ps1 index e7fb054..a39acba 100644 --- a/scripts/deploy.ps1 +++ b/scripts/deploy.ps1 @@ -1,4 +1,4 @@ -$NGINX_CONFIG_PATH = "/etc/nginx/sites-available/blog.ddnsgeek.com" +$NGINX_CONFIG_PATH = "/etc/nginx/sites-available/blog.stevanfreeborn.com" function StartContainer { param (