Nginx configuration for symfony
Create a config file “sub.example.com” in etc/nginx/site-availabe and ensure the php version For symfony 4.x server { server_name domain.tld www.domain.tld; root /var/www/project/public; location / { # try to serve file…