nginx: add missing units

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-05-10 18:27:20 +05:30
parent 0264998a89
commit 59ba348ac5
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
2 changed files with 49 additions and 1 deletions

View file

@ -48,7 +48,7 @@ server {
location ~ \.php$ {
fastcgi_split_path_info ^(.+\.php)(/.+)$;
fastcgi_pass unix:/var/run/php/php7.2-fpm.sock;
fastcgi_pass unix:/var/run/php/php7.4-fpm.sock;
fastcgi_index index.php;
include fastcgi.conf;
}