Hello! using override function on a website with NGNIX as application server it will display this menù, under all the options:
The config you enter here will be injected into the Nginx server block for this domain, below all other directives. It is not possible to override existing directives or location blocks, attempting to do so will cause the web server to fail to start. If you need to revert the configuration manually, edit /var/local/enhance/nginx/vhost_includes/{domain}.conf.
But there is nothing there. Than we searched in the documentations and found the real path:
Enhance versions >= 12.0.0 /etc/nginx/vhost_includes/example.com.conf
I think this an easy fix (just text...) and should be addressed, because it creates confusion for nothing.
Thank you 😊