From 41c059e20b6b4b1b75b7b4b46b8b15b1bc40b24e Mon Sep 17 00:00:00 2001 From: Lee Harrold Date: Sat, 13 Apr 2024 18:24:26 -0400 Subject: [PATCH] fix comment bug --- api/cloud/nginx.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api/cloud/nginx.conf b/api/cloud/nginx.conf index 5b4654d..68866ab 100644 --- a/api/cloud/nginx.conf +++ b/api/cloud/nginx.conf @@ -95,7 +95,8 @@ http { server { listen 5003 default_server; listen [::]:5003 default_server; - server_name localhost; // does this change to drive-gooder.com? + server_name localhost; + // does this change to drive-gooder.com? root /var/www/html; location / {