2009
12-16
12-16
感谢铎哥的配置,感谢宴哥解决ssl连接的问题。
- server
- {
- listen 8181;
- resolver 202.96.64.68;
- location /
- {
- proxy_pass http://$http_host$request_uri;
- proxy_redirect off;
- proxy_set_header Host $host;
- proxy_set_header X-Real-IP $remote_addr;
- proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
- client_max_body_size 10m;
- client_body_buffer_size 128k;
- proxy_connect_timeout 90;
- proxy_send_timeout 90;
- proxy_read_timeout 90;
- proxy_buffers 32 4k;
- }
- access_log /home/proxy.log;
- }
十二月 21st, 2009 at 09:46:30
很详细
一月 27th, 2010 at 02:06:24
hi.
能不能就ssl连接写篇详细的安装文章?在nginx下,我老是搞不定ssl连接的设置。在apache或lighttpd中就简单多了
一月 27th, 2010 at 16:20:37
http://wiki.nginx.org/NginxHttpSslModule
这里有详细的配置说明