Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
The APS Catalog has been deprecated and removed from all Plesk Obsidian versions. Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.
Hello,
I try to add Clear-Site-Data rule to the header of a domain, without success.
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Clear-Site-Data
Here are the Apache cutoms header rules I have :
X-Frame-Options: SAMEORIGIN
X-Content-Type-Options: nosniff
Referrer-Policy...
I have found the solution : I had to modify Open_basedir conf in PHP parameters of my domain :
{WEBSPACEROOT}{/}{:}{TMP}{/}:/usr/bin/ffmpeg:/usr/bin/ffprobe
Moreover a timeout parameter has to be in PHP code :
$ffmpeg = FFMpeg\FFMpeg::create(
array(
'timeout' => 0,
)
);
instead of...
Hello,
Debian 10.12
Plesk Obsidian
Version 18.0.42 Update 1
PHP 8.0.18
I have setup Composer Extension and then install PHP-FFmpeg (GitHub - PHP-FFMpeg/PHP-FFMpeg: An object oriented PHP driver for FFMpeg binary) on one of my domain.
I have checked that :
ffmpeg and ffprobe binaries are in...