🐛: php_version not set properly
This commit is contained in:
@@ -10,7 +10,7 @@ server {
|
||||
|
||||
location ~ ^/(api/greader).php(/.*)+ {
|
||||
fastcgi_split_path_info ^(.+\.php)(/.*)$;
|
||||
fastcgi_pass unix:/var/run/php/php8.2-fpm.sock;
|
||||
fastcgi_pass unix:/var/run/php/php{{ php_version }}-fpm.sock;
|
||||
include fastcgi_params;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user