akaunting template #2

Merged
muppeth merged 9 commits from akaunting into master 2022-06-01 14:54:43 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 7da1d739e0 - Show all commits

View File

@ -32,7 +32,7 @@
# Pass PHP Scripts To FastCGI Server
location ~ \.php$ {
fastcgi_split_path_info ^(.+\.php)(/.+)$;
fastcgi_pass unix:/var/run/php/php7.3-fpm.sock; # Depends On The PHP Version
fastcgi_pass unix:/var/run/php/php{{ php_version }}-fpm.sock; # Depends On The PHP Version
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
include fastcgi_params;