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.
Ah, sorry, I forgot that this is served by nginx.
The solution is to set this custom nginx directive in "Additional nginx directives" under Hosting settings for the domain.
location ~* \.pdf$ {
add_header X-Robots-Tag "noindex, nofollow";
}
Hi,
I have the following in .htaccess:
<Files ~ "\.pdf$">
Header set X-Robots-Tag "noindex, nofollow"
</Files>
This works fine in local development. I can see the header.
However, when in production, the header is not there. Please see attached image.
What is the reason behind this and how...
@john0001 great, thanks, I've now set it to execute on Monday @ 8:00 :)
Btw. sorry that it took me so long to respond. I did not receive any email notification regarding this.
I found that this works except you are missing a newline character between both files.
root@tiger:~# ./scripts/nginx_cloudflare_ips.sh
nginx: [emerg] host not found in set_real_ip_from "131.0.72.0/222400:cb00::/32" in /etc/nginx/conf.d/cloudflare.conf:16
nginx: configuration file...
On ubuntu 16.04 the required package is named: plesk-php71-dev
This will also fix the problem when running
/opt/plesk/php/7.1/bin/pecl install sqlsrv
uses the OS vendor provided PHP and puts the generated module (.so file) in e.g. /usr/lib/php/20151012/ , even though both PECL and PEAR have all...
Hi everyone.
I have enabled the plesk firewall component on my Plesk 12 / Ubuntu 14.04 machine.
Everything works except FTP. Upon connecting, it fails on the MLSD command.
Response: 200 Type set to I
Command: PASV
Response: 227 Entering Passive Mode (x,x,x,x,174,229).
Command...