Inputting the Webroot

If it is using nginx, then it would be within the nginx config.
You can show it the entire nginx config with:
nginx -T

OR, if needed, use sudo:
sudo nginx -T

3 Likes