Category: nginx

Nginx on port 443 won't serve page 0

Nginx on port 443 won't serve page

Question: I am telling nginx to listen on port 443 and it doesn't work even though my config test is passing. What's wrong? server { listen 443; server_name localhost; server_tokens off; # These are...

readv() failed (104: Connection reset by peer) while reading upstream 0

readv() failed (104: Connection reset by peer) while reading upstream

[error] 1528#1528: *599 readv() failed (104: Connection reset by peer) while reading upstream, client: 10.65.11.207, server: localhost, request: "POST /apis/v2/system/upgrade/upload HTTP/1.1", upstream: "http://127.0.0.1:8085/apis/v2/system/upgrade/upload", host: "10.65.11.219", referrer: "https://10.65.11.219/admin/update" Understanding: This message "(XXX: Connection reset by...