diff --git a/nginx.conf b/nginx.conf index ec1ebd6..4b9507d 100644 --- a/nginx.conf +++ b/nginx.conf @@ -15,7 +15,7 @@ http { sendfile on; keepalive_timeout 65; server { - listen 5555; + listen 51004; server_name localhost; location / { root /app; diff --git a/public/index.html b/public/index.html index 54295ce..0b71943 100644 --- a/public/index.html +++ b/public/index.html @@ -14,7 +14,7 @@ manifest.json provides metadata used when your web app is installed on a user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/ --> - +