diff --git a/nginx.conf b/nginx.conf index 0684bdc..20a6ee0 100644 --- a/nginx.conf +++ b/nginx.conf @@ -1,5 +1,5 @@ server { - listen 80; + listen 8080; server_name _; root /usr/share/nginx/html; index index.html;