mirror of
https://github.com/msfjarvis/server-config
synced 2025-08-16 05:37:00 +05:30
nginx: add missing units
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
0264998a89
commit
59ba348ac5
2 changed files with 49 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue