mirror of
git://f0xx.org/android_cast
synced 2026-07-29 05:17:39 +03:00
fpm path fix for alpine
This commit is contained in:
@@ -24,6 +24,6 @@ server {
|
|||||||
location ~ \.php$ {
|
location ~ \.php$ {
|
||||||
include fastcgi_params;
|
include fastcgi_params;
|
||||||
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
|
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
|
||||||
fastcgi_pass unix:/run/php-fpm81.sock;
|
fastcgi_pass unix:/run/php-fpm.socket;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user