I would like to configure the Nginx web-server in such a way that:
/index.php
public_html/frontend/web
Try to specify the config Nginx : I use the configuration for "Advanced" template in the domain configuration file, specify the frontend for so:
listen frontend.site.loc:80; # for frontend
specify the backend domain: listen backend.site.loc:80; # for backend