diff --git a/nginx.conf b/nginx.conf index 7de4a0c..fa50e49 100644 --- a/nginx.conf +++ b/nginx.conf @@ -30,8 +30,8 @@ http { #include /etc/nginx/conf.d/*.conf; server { - listen 80; - listen [::]:80; + listen 8080; + listen [::]:8080; server_name localhost; #access_log /var/log/nginx/host.access.log main;