I'm using Google App Engine nodejs8 standard environment and I've seen they've changed the PORT environment variable value.
It used to be 8080 and now it's 8081 and thus it's firing some nginx warnings:
nginx: [warn] the "user" directive makes sense only if the master process runs with super-user privileges, ignored in /tmp/start-nginx/nginx.conf:2
This warning was not allowing to access any express routes. I've manually changed the listening port to 8080 and now express is running OK, but:
start: Cannot start nginx. Performance may be degraded. Fallback mechanism is unsupported and may be removed at any time. App should listen on PORT environment variable. Fallback engaged: app is listening on port 8080