diff --git a/api/cloud/nginx.conf b/api/cloud/nginx.conf index 5b4654d..beb5ce4 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 / {