Welcome! Log In Create A New Profile

Advanced

Nginx как анонимный http и https прокси сервер

January 30, 2014 05:18AM
Стоит задача поднять на nginx анонимный прокси сервер

server {
listen 10.0.0.1:8080;

location / {

proxy_pass http://192.1.1.1:8085;
proxy_set_header Host $host;
proxy_redirect off;
}
}

Http трафик проксируется, а весь https трафик нет.

Подскажите, пожалуйсто, как проксировать и http и https трафик?
Subject Author Posted

Nginx как анонимный http и https прокси сервер

gerasape January 30, 2014 05:18AM

Re: Nginx как анонимный http и https прокси сервер

Maxim Dounin January 30, 2014 06:50AM

Re: Nginx как анонимный http и https прокси сервер

gerasape January 30, 2014 07:06AM

Re: Nginx как анонимный http и https прокси сервер

barut January 31, 2014 01:16AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 153
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready