server { listen 80; server_name host.example.com; root /var/www/mysite/public; index index.php; location ~ \.php$ { include snippets/fastcgi-php.conf; fastcgi_pass unix:/run/php/php8.3-fpm.sock; } }