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