Re: Nginx not finding a directory in its path

2022-05-30 Thread Francis Daly
On Mon, May 30, 2022 at 10:30:13PM -0400, Ken Wright wrote: > On Tue, 2022-05-31 at 00:01 +, nginx-requ...@nginx.org wrote: Hi there, > These are the most recent entries in the nginx access log: > > 72.18.50.172 - - [30/May/2022:22:19:34 -0400] "GET /installer HTTP/2.0" > 404 114 "-" "Mozill

Pass Lua variable in proxy pass directive

2022-05-30 Thread husaindalroti
Hi Team, Is it possible to pass lua variable in proxy pass directive which we define using set_by_lua_file directive ? Example : set_by_lua_file $ref test.lua; proxy_pass '$ref'; Below is lua code : local function main() local host="https://example.com"; return host end return main()

Re: Nginx not finding a directory in its path

2022-05-30 Thread Ken Wright
On Tue, 2022-05-31 at 00:01 +, nginx-requ...@nginx.org wrote: Hi there, > I've been trying to install Roundcube on my server, but when I get to > the web installer (enter mail.example.com/installer in the address bar > of my browser) I consistently get 404. The webroot is > /var/www/roundcu

Re: Different TLS versions for Different vHosts

2022-05-30 Thread Maxim Dounin
Hello! On Mon, May 30, 2022 at 05:52:24PM -0400, jinshu wrote: > I am using nginx/1.20.1 and i am still searching for solution for > configuring different ssl_protocol version for different vhosts. Currently > it is reasing the first vhost ssl setting and applied to all following > vhosts. OpenS

Different TLS versions for Different vHosts

2022-05-30 Thread jinshu
Hello, I am using nginx/1.20.1 and i am still searching for solution for configuring different ssl_protocol version for different vhosts. Currently it is reasing the first vhost ssl setting and applied to all following vhosts. Anyone got any idea? Posted at Nginx Forum: https://forum.nginx.org/

Re: Nginx not finding a directory in its path

2022-05-30 Thread Francis Daly
On Mon, May 30, 2022 at 01:37:25PM -0400, Ken Wright wrote: Hi there, > I've been trying to install Roundcube on my server, but when I get to > the web installer (enter mail.example.com/installer in the address bar > of my browser) I consistently get 404. The webroot is > /var/www/roundcube, and

Nginx not finding a directory in its path

2022-05-30 Thread Ken Wright
I've been trying to install Roundcube on my server, but when I get to the web installer (enter mail.example.com/installer in the address bar of my browser) I consistently get 404. The webroot is /var/www/roundcube, and there's an installer directory under that with an index file in it. I just can