Introduction
After installing the ea-nginx package, altering a site's NGINX configuration may be necessary to get things working as they did previously with Apache.
Procedure
In the following examples, replace USER with the cPanel username and domain.tld with the domain you are working with
cPanel users' NGINX Server Blocks can be modified per domain or account-wide. To change all the Server Blocks under an account, create a file ending in .conf in the /etc/nginx/conf.d/users/USER/ directory.
/etc/nginx/conf.d/users/USER/include.conf
You can customize individual websites by creating a directory with the domain name in the same folder:
/etc/nginx/conf.d/users/USER/domain.tld/include.conf