Pascal_Netenvie
Regular Pleskian
Hello
Since this morning one of my server have a 502 NGINX error on all websites.
Nothing that help in apache or nginx error log ...
I already have these lines in our own conf file for NGINX but it don't help (i also tried to set it off) :
fastcgi_param HTTP_PROXY ""; #httpoxy
fastcgi_read_timeout 300;
fastcgi_buffers 8 16k;
fastcgi_buffer_size 16k;
proxy_buffer_size 16k;
proxy_buffers 8 16k;
proxy_connect_timeout 300;
proxy_send_timeout 300;
proxy_read_timeout 300;
send_timeout 300;
gzip on;
gzip_proxied any;
gzip_types text/plain text/html text/css application/json application/javascript application/x-javascript text/javascript text/xml application/xml application/rss+xml application/atom+xml application/rdf+xml image/x-icon image/bmp image/svg+xml;
gzip_vary on;
gzip_static on;
expires 1w;
gzip_buffers 16 8k;
gzip_comp_level 5;
gzip_min_length 500;
If someone have an idea ?
Regards.
Since this morning one of my server have a 502 NGINX error on all websites.
Nothing that help in apache or nginx error log ...
I already have these lines in our own conf file for NGINX but it don't help (i also tried to set it off) :
fastcgi_param HTTP_PROXY ""; #httpoxy
fastcgi_read_timeout 300;
fastcgi_buffers 8 16k;
fastcgi_buffer_size 16k;
proxy_buffer_size 16k;
proxy_buffers 8 16k;
proxy_connect_timeout 300;
proxy_send_timeout 300;
proxy_read_timeout 300;
send_timeout 300;
gzip on;
gzip_proxied any;
gzip_types text/plain text/html text/css application/json application/javascript application/x-javascript text/javascript text/xml application/xml application/rss+xml application/atom+xml application/rdf+xml image/x-icon image/bmp image/svg+xml;
gzip_vary on;
gzip_static on;
expires 1w;
gzip_buffers 16 8k;
gzip_comp_level 5;
gzip_min_length 500;
If someone have an idea ?
Regards.