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.
18.0.47 update #5 caused multiple of our servers to become unreachable.
It could also not be pinged and it was unreachable by ssh, the only thing that fixed was manually restarting the VPS instances.
I have tried digging through the logs, but I didn't see anything that looked like something...
Im running into a problem hooking up a domain to a docker container.
The container works when i go to the root url of my server and the mapped port directly.
But when I try to hook up a domain to it with the docker proxy rules i get ERR_INVALID_RESPONSE in the browser.
How do i fix this...
So im trying to set up an image that uses websockets but i cant get it working, i keep getting a failed: Error during WebSocket handshake: Unexpected response code: 200, error
i tried adding
location /socket.io/ {
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade...