I just updated my nginx package(1.24.0_14,3 now) and had to upgrade FreeBSD from 13.2 to 14 since a few packages I was using were gone on 13.2 for some reason, but now I'm getting a config error when nginx is trying to start and I'm not sure where to look to fix it:
/usr/local/etc/nginx/nginx.conf doesn't contain the term "the_prefix" if I do a search on it and it was running fine before.
Any idea what could have caused this before I start butchering my config file trying to pinpoint where the issue could be coming from?
Edit: Well, seems to be an openoffice config problem after all, butchering the config didn't take too long by removing the config blocks one by one.
Code:
Performing sanity check on nginx configuration:
nginx: [emerg] unknown "the_prefix" variable
nginx: configuration file /usr/local/etc/nginx/nginx.conf test failed
Starting nginx.
nginx: [emerg] unknown "the_prefix" variable
/usr/local/etc/rc.d/nginx: WARNING: failed to start nginx
/usr/local/etc/nginx/nginx.conf doesn't contain the term "the_prefix" if I do a search on it and it was running fine before.
Any idea what could have caused this before I start butchering my config file trying to pinpoint where the issue could be coming from?
Edit: Well, seems to be an openoffice config problem after all, butchering the config didn't take too long by removing the config blocks one by one.