Laudende Default seite entfernen
parent
705e88ae7a
commit
a02c734ff0
|
|
@ -31,7 +31,7 @@ detect_php_fpm_sock(){
|
|||
}
|
||||
PHP_FPM_TARGET="$(detect_php_fpm_sock)"
|
||||
if [[ "$PHP_FPM_TARGET" == unix:* ]]; then
|
||||
FASTCGI_PASS="fastcgi_pass ${PHP_FPM_TARGET#unix:};"
|
||||
FASTCGI_PASS="fastcgi_pass ${PHP_FPM_TARGET};" # << keep the unix: prefix!
|
||||
else
|
||||
FASTCGI_PASS="fastcgi_pass ${PHP_FPM_TARGET};"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in New Issue