diff --git a/nginx.conf b/nginx.conf index a24783c..a92d8ef 100644 --- a/nginx.conf +++ b/nginx.conf @@ -15,7 +15,7 @@ http { sendfile on; keepalive_timeout 65; server { - listen 44444; + listen 51003; server_name localhost; location / { root /app;