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