Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Finally I figured out how to fix this error. If anyone has such a not so tricky thing to do. On all sites and forums they write this code to help fix the error. Need to insert
fastcgi_buffers 16 16k;
fastcgi_buffer_size 32k;
to the section below
location ~ \.php$ {
try_files $uri = 404;
include fastcgi_params;
fastcgi_pass unix:/run/php5-fpm.sock;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
fastcgi_read_timeout 1000;
fastcgi_buffers 16 16k;
fastcgi_buffer_size 32k;
}
Here, in the location section, the maximum allowed header is written, but as far as I understand, it’s too late to set the sizes here. It is necessary in the
server {
fastcgi_buffers 16 16k;
fastcgi_buffer_size 32k;
}
add.
This one helped me personally.
Live people are the result of the activity on your page.
That is, you need to be added as a friend, put likes, leave comments that will be in the TOP and get a lot of likes. Well, either create good content and get fans.
On exchanges, fakes are usually used to tweak the balance; it is no different from bots. Unless, if there is some Forumok, where tasks are 10 rubles each, then there may be living people.
Recently, I found an article that describes the methods of live promotion, I’ll leave it, it may come in handy: article (not advertising, but a useful comment)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question