Just wondering if it's possible to add global nginx configuration that wont get overwritten (I know you can edit the vhost_includes for each site - but I'm talking about global configuration). I can see the enhance nginx config includes /etc/nginx/conf.d/*
Does anybody know if this directory would get overwritten by enhance on updating (it doesn't exist by default)
What happens if you want to change the number of worker connections or something like that in the nginx.conf - is that just going to get overwritten each upgrade?