Re: Domains not working as expected with nginx

2022-07-11 Thread Jason Crews
Turns out I was missing a listen statement. Thanks for the help! Jason Crews On Sat, Jul 9, 2022 at 3:25 AM Ian Hobson wrote: > > Hi Jason, > > This sounds to me like a wordpress problem. > > Within the wordpress database, you will find a ???-options table, where > ??? is

Re: Domains not working as expected with nginx

2022-07-08 Thread Jason Crews
; ssl_prefer_server_ciphers off; server_name primarydomain.com www.primarydomain.com; fastcgi_pass 127.0.0.1:9000; # or whatever port your PHP-FPM listens on #fastcgi_pass 127.0.0.1:9000; # or whatever port your PHP-FPM listens on Jason Crews On Fri, Jul 8, 2022 at 11:07 AM Francis Daly wrote

Domains not working as expected with nginx

2022-07-08 Thread Jason Crews
ndomain.com I've posted all of the config files on reddit: https://www.reddit.com/r/nginx/comments/vtuha9/domains_not_going_where_expected/ Not sure what's going one, any help would be appreciated. Jason Crews ___ nginx mailing list -- nginx@