On Mon, Jan 08, 2024 at 11:48:13AM -0500, James Read wrote:
Hi there,
> OK this is a browser issue and not a nginx issue. I just accessed the site
> with lynx and it is showing the right site. However with Chrome it is
> showing the wrong site. This may have something to do with the fact that I
>
On Mon, Jan 08, 2024 at 02:22:14PM -0500, James Read wrote:
Hi there,
> how would I redirect https://example.com/oldname.php to
> http://example.com/newname.php
Within the https server{} block:
location = /oldname.php { return 301 http://example.com/newname.php; }
should do it.
(Other 30x
Hi folks,
I am happy to announce the new formal release, 1.25.3.1, of our
OpenResty web platform based on NGINX and LuaJIT. It is the first
OpenResty version based on Nginx core 1.25.3.
The full announcement, download links, and change logs can be found below:
https://openresty.org/en/ann-102500