blmre

Рейтинг
19
Регистрация
04.06.2016

мошенники, изменили статус заказа на готого, а по факту нет

Тоже сначала сделал у них заказ, а потом полез искать отзывы.

Сначала почти неделю ждал выполнения..

Потом написал в тикет, на что ответили: "через два дня проверьте", если не будет готово - пишите еще))

Естественно через два дня ничего не было готово..

Кароче, вы своим заказом будете бегать за ними и умолять сделать.. только безрезультатно(((

"отличный сервис"

# For more information on configuration, see:
# * Official English Documentation: http://nginx.org/en/docs/
# * Official Russian Documentation: http://nginx.org/ru/docs/

user apache;
worker_processes 1;
timer_resolution 100ms;
worker_rlimit_nofile 80000;
worker_priority -5;

error_log /var/log/nginx/error.log;
#error_log /var/log/nginx/error.log notice;
#error_log /var/log/nginx/error.log info;

pid /var/run/nginx.pid;


events {
worker_connections 50000;

}

http {
include /etc/nginx/blockips.conf;
server_names_hash_bucket_size 64;
include /etc/nginx/mime.types;
default_type application/octet-stream;

log_format main '$host $remote_addr - $remote_user [$time_local] "$request" '
'$status $body_bytes_sent "$http_referer" '
'"$http_user_agent" "$http_x_forwarded_for"';

access_log /var/log/nginx/access.log main;

sendfile on;
#tcp_nopush on;

#keepalive_timeout 0;
keepalive_timeout 65;

#gzip on;
aio on;
directio 1m;
output_buffers 8 256k;

# Load config files from the /etc/nginx/conf.d directory
# The default server is in conf.d/default.conf

этот ип пропускает: 217.118.78.124

[21/Jan/2019:20:44:38 +0300] "GET / HTTP/1.1" 200 5958 "-" "Mozilla/5.0 (Linux; Android 9; CLT-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36" "217.118.78.124,66.102.9.6"