Omnibus' nginx configuration does not regenerate if nginx['enable'] = false
I'm using my own nginx and would like to disable the embedded nginx. Not a problem, but when nginx['enable'] = false, gitlab-ctl reconfigure does not generate the sites-enabled config entry. I've seen no reason not to use this in my nginx install, so I symlink it.
Any reason these files can't be regenerated regardless of nginx['enable']'s setting, or reason I shouldn't be symlinking?