diff --git a/nginx.conf b/nginx.conf index 04f65d7..6698787 100644 --- a/nginx.conf +++ b/nginx.conf @@ -1,5 +1,7 @@ server { - listen 80; + # Change from 80 to 3000 + listen 3000; + root /usr/share/nginx/html; index index.html;