mirror of
git://f0xx.org/android_cast
synced 2026-07-29 03:57:50 +03:00
fpm path fix for alpine
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user