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
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()
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
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
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/
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
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