Skaiman
Проверенные
- Сообщения
- 18,355
- Решения
- 233
- Реакции
- 33,943
- Баллы
- 21,375
Есть сервер с isp manager, xenforo 2.2, FastCGI (Nginx + PHP-FPM), Let's Encrypt сертификат, куплен Reverse Proxy for Websites на my.blazingfast.io. По инструкции было сделано:
~ NGINX ~
1. edit /etc/nginx/nginx.conf and add the following lines inside "http {" declaration:
real_ip_recursive on;
real_ip_header X-Real-IP;
set_real_ip_from 000.00.000.000;
но ни чего не произошло, форум работает по своему ip адресу. Как правильно настроить Reverse Proxy?
~ NGINX ~
1. edit /etc/nginx/nginx.conf and add the following lines inside "http {" declaration:
real_ip_recursive on;
real_ip_header X-Real-IP;
set_real_ip_from 000.00.000.000;
но ни чего не произошло, форум работает по своему ip адресу. Как правильно настроить Reverse Proxy?