diff --git a/nginx.conf b/nginx.conf index 1a30e15e..b305898b 100644 --- a/nginx.conf +++ b/nginx.conf @@ -1,5 +1,5 @@ server { - listen 80; + listen 8080; server_name localhost; root /usr/share/nginx/html; index index.html; @@ -7,4 +7,4 @@ server { location / { try_files $uri $uri/ /index.html; } -} \ No newline at end of file +}