1
0
mirror of git://f0xx.org/android_cast synced 2026-07-29 04:18:09 +03:00

fpm path fix for alpine

This commit is contained in:
Anton Afanasyeu
2026-06-11 22:55:21 +03:00
parent f70d7814c8
commit 775948a3b5

View File

@@ -24,6 +24,6 @@ server {
location ~ \.php$ {
include fastcgi_params;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
fastcgi_pass unix:/run/php-fpm81.sock;
fastcgi_pass unix:/run/php-fpm.socket;
}
}