I need to set some nginx.conf
values for my Security Onion 2 install due to this issue, but nginx runs inside docker.
Where can I update nginx config values?
I've run locate nginx.conf
but none of the results (eg /securityonion/salt/nginx/etc/nginx.conf
, /source/nginx/conf/nginx.conf
) seem to do anything after editing them and running sudo so-nginx-restart
.
The correct nginx.conf file to edit wasn't appearing in my locate command, it turned out to be in:
After editing that file, you can apply the changes using
sudo so-nginx-restart
.