ee site list --enabled
=========================
ee site show uhousehcmc.com
Display NGINX configuration for uhousehcmc.com
server {
server_name uhousehcmc.com www.uhousehcmc.com;
access_log /var/log/nginx/uhousehcmc.com.access.log rt_cache;
error_log /var/log/nginx/uhousehcmc.com.error.log;
root /var/www/uhousehcmc.com/htdocs;
index index.php index.html index.htm;
include common/php.conf;
include common/wpcommon.conf;
include common/locations.conf;
include /var/www/uhousehcmc.com/conf/nginx/*.conf;
}