diff --git a/nginx.conf b/nginx.conf index b51da1e..fd1acc3 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;