structure: nginx<->backend server
the nginx and backendserver enable gzip.
nginx.conf:
worker_processes 1;
error_log /var/log/nginx/error.log warn; pid /var/run/nginx.pid;
worker_rlimit_nofile 1024;
events {
worker_connections 1024;
}
http {
include /etc/nginx/mime.types; default_t
Have a read over http://spam.tamagothi.de/tag/yandex/ for triuch.com
related references then double check your content
On Sat, Aug 13, 2016 at 8:36 PM, Hamza Aboulfeth
wrote:
> Hello,
>
> We have formatted the server and installed everything over again, a week
> later the same problem occurred.
Hello,
We have formatted the server and installed everything over again, a week later
the same problem occurred. All redirects are actually sent from time to time to
another host:
[root@genious106 ~]# curl -IL -H "host: hespress.com" xx.xx.xx.xx
HTTP/1.1 301 Moved Permanently
Server: nginx/1.10
How do you say that?. Have checked by reducing the client_max_body_size to
500K it works perfectly fine i'm not able to upload a file size of not more
than 500K.
Is your Tomcat also configured to accept large POSTs?
See maxPostSize in
https://tomcat.apache.org/tomcat-5.5-doc/config/http.html
How do you say that?. Have checked by reducing the client_max_body_size to
500K it works perfectly fine i'm not able to upload a file size of not more
than 500K.
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,268922,268935#msg-268935
___
ngi