Re: try_files does not have any effect on existing files

2017-02-19 Thread weheartwebsites
ouch sorry all good - I had a special location = /robots.txt block which was causing the try_files directive not to be called. removing that (or testing with a different filename) worked :) Posted at Nginx Forum: https://forum.nginx.org/read.php?2,272503,272510#msg-272510 ___

try_files does not have any effect on existing files

2017-02-19 Thread weheartwebsites
usually you would have something like this in your config: location / { try_files $uri $uri/ /index.php } which works pretty good (1.11.10) - however it seems, that if you are requesting a physical file it will work anyway und the try_files gets ignored - so the following will work just as well

Re: RE: 1.7.9 does not compile anymore with libressl

2014-12-29 Thread weheartwebsites
thanks for that! Confirmed this is not an nginx issue but libressl 2.1.2. See also: https://github.com/libressl-portable/portable/issues/50 Posted at Nginx Forum: http://forum.nginx.org/read.php?2,255815,255820#msg-255820 ___ nginx mailing list nginx@n

1.7.9 does not compile anymore with libressl

2014-12-28 Thread weheartwebsites
I am trying to compile nginx 1.7.9 with libressl 2.1.2 the same way I did with 1.7.7 but get the following error: src/http/ngx_http_request.c: In function ‘ngx_http_ssl_handshake_handler’: src/http/ngx_http_request.c:775:9: error: implicit declaration of function ‘SSL_get0_alpn_selected’ [-Werror=