Welcome! Log In Create A New Profile

Advanced

Proxy SSH

Posted by giovanebarcelos 
Proxy SSH
June 11, 2012 07:45AM
Hi There,

How can I create the apache configuration below using Nginx?

NameVirtualHost nameserver_or_ip:80
<VirtualHost nameserver_or_ip:80>
ProxyRequests on
ProxyVia on
AllowCONNECT 2222 # SSH Port

<Proxy *>
Order deny,allow
Deny from all # By default reject everyone
Allow from all
</Proxy>
</VirtualHost>

Thanks
Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 213
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