diff --git a/nginx.conf b/nginx.conf index cea274d..9321aba 100644 --- a/nginx.conf +++ b/nginx.conf @@ -1,5 +1,5 @@ server { - listen 2080; + listen 80; server_name _; root /usr/share/nginx/html; index index.html;