httptunnel and nginx
barmic
nginx-forum at nginx.us
Tue Jan 18 10:43:11 MSK 2011
Hello,
I know that the configuration to make this for Apache is :
[code]
ServerAdmin francois at ssh.votredomaine.org
DocumentRoot /var/www
ServerName ssh.votredomaine.org
ErrorDocument 404 /deprime.html
ErrorLog /var/log/apache2/ssh-error.log
CustomLog /var/log/apache2/ssh-access.log combined
AddDefaultCharset off
Order deny,allow
Allow from all
# Deny from all
#Allow from .example.com
ProxyPass / http://localhost:8888
[/code]
Maybe anybody knows how translate this in nginx configuration.
Posted at Nginx Forum: http://forum.nginx.org/read.php?2,165142,167138#msg-167138
More information about the nginx
mailing list