All Questions
1 question
1
vote
1
answer
3k
views
How to fix "upstream prematurely closed connection while reading response header from upstream" on secure Nginx
I configure my nginx:
user root;
worker_processes 1;
error_log /var/log/nginx/error.log warn;
pid /var/run/nginx.pid;
events {
worker_connections 1024;
}
http {
log_format main '...