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.
Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
Thank you in advance for your patience and understanding on the matter.
Hi,
In 3 days i had 2 down alerts from one of our monitoring system (24x7) on 2 sites on 2 different servers.
Each time alert is there is too much redirections (301 to 302 to 301 etc ) between http and https.
Problems was confirmed by www.redirect-checker.org (19 redirections).
And each time the...
Hello:
I hope some people can help me:
Plesk Obsidian 18.0.36
Ubuntu 20.04.2 LTS
Server: Apache + Nginx
Intent to configure Nginx cache, but always have this answer: x-cache-status: BYPASS
Thank you
As far as now, i did everything what was written in: The Benefits of Microcaching with NGINX - NGINX
but my Server is still not caching anything. Also no files were written in the proxy_cache_path
This are my configs:
/etc/nginx/nginx.conf
#user nginx;
worker_processes auto;
include...
I am trying to set up my Plesk Joomla website to reverse proxy some requests to a application server and would like to implement the cache.
Is it possible to setup up the proxy cache for nginx. The directive proxy_cache_path nneeds to be set at the http context within the configuration file...
We ran the following command: # /usr/local/psa/admin/sbin/nginxmng -e
We now get the following error:
/usr/local/psa/admin/sbin/nginxmng -e
[2016-06-14 13:59:17] ERR [util_exec] proc_close() failed ['/opt/psa/admin/bin/nginx-config' '-t'] with exit code [1]
Curl failed: Timeout was reached...
Hey guys,
What would be the best way to set up nginx fastcgi cache for all sites? We have the fastcgi cache settings in nginx.conf below:
fastcgi_cache_path /var/run/nginx-cache levels=1:2 keys_zone=WORDPRESS:100m inactive=60m;
fastcgi_cache_key "$scheme$request_method$host$request_uri"...