[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: nginx.conf woes




On 02/10/2022 16:12, Greg Wooledge wrote:
On Sun, Oct 02, 2022 at 04:07:05PM +0300, Patrick Kirk wrote:
If I
try lynx http://cleardragon.com a similar redirect takes place and I get a
"Alert!: Unable to connect to remote host" error and lynx closes down.
I'm not an expert on nginx configuration, but I did notice one thing:

         server {
         listen                    443 ssl http2;
         listen                    [::]:443 ssl http2;
         server_name               server_name  cleardragon.com
*.cleardragon.com;
You've repeated "server_name" twice here.
Thanks.  Good spot but sadly that doesn't fix it.


Reply to: