how to forward a url on behalf of host server

2015-11-13 Thread ?????? - ??????
I like to use nginx as my web server. My clients can go to my web side by typing "www.mywebside.com?realserver=www.nginx.com" so my clients can see the same contents as original from www.nginx.com but url is www.mywebside.com. All communications between my clients and www.nginx.com must go thro

Re: Selection of secure virtual servers

2015-11-13 Thread Joó Ádám
Hi Nick, I have already tried those, same results. Á ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Selection of secure virtual servers

2015-11-13 Thread Nick Lopez
Try this more explicit configuration for your default SNI server: server { listen 80 default_server; listen 443 ssl default_server; # server_name _; return 444; } See here for more info on "server_name _;" and the default_server selector for the listen directive, including an example sim

Re: HTTP/2 Issues

2015-11-13 Thread Valentin V. Bartenev
On Friday 13 November 2015 11:47:10 DrDinosaur wrote: > Yay, this seems to have fixed it. Thank you very much for the quick help and > solution. > Thanks. The fix has been committed [1], and will be released with nginx 1.9.7. [1] http://hg.nginx.org/nginx/rev/f72d3129cd35 wbr, Valentin V. B

Re: HTTP/2 Issues

2015-11-13 Thread DrDinosaur
Yay, this seems to have fixed it. Thank you very much for the quick help and solution. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,262764,262805#msg-262805 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/n

Re: HTTP/2 Issues

2015-11-13 Thread Andrew Hutchings
Hi, The whitespace gets stripped in the forums so you can't copy/paste it from there. Please try getting it from the mailing list copy instead: http://mailman.nginx.org/pipermail/nginx/2015-November/049172.html Kind Regards Andrew On 13/11/15 16:00, DrDinosaur wrote: > How do I apply the patch

Re: HTTP/2 Issues

2015-11-13 Thread Valentin V. Bartenev
On Friday 13 November 2015 11:00:00 DrDinosaur wrote: > How do I apply the patch? > > root@server:~/nginx-1.9.6# patch -p1 < http2.patch > patching file src/http/v2/ngx_http_v2_filter_module.c > patch: malformed patch at line 5: > ngx_http_v2_headers_frame_handler(ngx_http_v2_connection_t *h2

Re: HTTP/2 Issues

2015-11-13 Thread DrDinosaur
How do I apply the patch? root@server:~/nginx-1.9.6# patch -p1 < http2.patch patching file src/http/v2/ngx_http_v2_filter_module.c patch: malformed patch at line 5: ngx_http_v2_headers_frame_handler(ngx_http_v2_connection_t *h2c, I tried the second one and get that error. Thanks. Posted at

Selection of secure virtual servers

2015-11-13 Thread Joó Ádám
Hi, I would like to terminate TLS connections arriving at the default server, only serving requests with the correct host header, relying on SNI. The configuration is as follows: server { listen 80; listen 443 ssl; return 444; } server { listen 80;

Re: Let's Encrypt TLS project: seeking nginx configuration module help

2015-11-13 Thread Django [BOfH]
HI! Am 10.11.2015 um 09:54 schrieb B.R.: > You might have heard about the Let's Encrypt > project, delivering Domain-Validated TLS certificates for free. May you tell me, how letsencrypt.org will handle TLSA records for DANE? cul8r Django -- "Bonnie & Clyde der Post