nginx reverse proxy for ssh reverse tunnel?

jalil1408 nginx-forum at forum.nginx.org
Sun Jul 19 18:53:00 UTC 2020


fixed by issueing this command: sudo setsebool httpd_can_network_connect on
-P

and this [/etc/nginx/nginx.conf]

...
http {
...
server {
...
location /tunnel/ {
proxy_pass http://127.0.0.1:6033;
}
}
}

Posted at Nginx Forum: https://forum.nginx.org/read.php?2,288756,288763#msg-288763



More information about the nginx mailing list