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.
Hello!
I have a "webapp" (basically a mini site) running with PHP/mySQL and JavaScript on my Plesk Obsidian 18.0.64 server with Debian 12.7.
This webapp runs on an Android tablet in different "rooms" and allows users to place drink orders and, more importantly, control a sound console and a...
I have tried everything I could find.
In the phpinfo file it is showing the server Name correctly but the:
$_SERVER['REMOTE_ADDR'] is showing (127.0.0.1) localhost
$_SERVER['SERVER_ADDR'] is showing (127.0.0.1) localhost
and the,
$_SERVER['HTTP_X_FORWARDED_FOR'] is showing correct IP...
Hello,
first of all I'm a very newbie on Plesk. But everything worked for me until now.
So I have a Docker container running Gitea. Gitea is running perfectly with the Docker extension in Plesk.
It has a manual port mapping:
So far so good. I also added a docker proxy rule:
If I go to this...
Hi,
is it possible to create a reverse proxy to a specific port on my default ip?
i know how to set it up on a domain but i can't get it to work on my default IP.
default ip returns the standard apache
Web Server's Default Page
thanks in advance!
Hi,
I'm trying to run a Next.js application on Plesk, have been at this for weeks and I have managed to get the application to run without errors (have to change the Node version, pointing to the right startup app and all that) but now I'm getting Nginx error saying Incomplete response...
Hello everyone.
I have a quick question to see if you can help me.
I have PLESK installed on a virtual machine that is behind a load balancer, and all requests come through Cloudflare to the LB.
Client -> Cloudflare -> Load Balancer -> Plesk (server & webs)
In the LB I unmask the real IP of...
Hi Pleskians,
My server is behind a Cloudflare proxy. Using mods on Nginx (ngx_http_realip_module) and Apache (mod_remoteip), I'm able to restore the real IP address on both these webservers, however Plesk still seems to get the proxy address:
Is there a way to also make Plesk see and use...
We use nginx as a reverse proxy for directing the traffic of a subdomain to a specific port (11111 for example).
We can set this up in the nginx.conf file in the subdomains system config.
But always, when the subdomain is updated over plesk (when applying a new ssl certficate for instance)...
Hello,
I've been trying to install Strapi with docker. The problem is that the image can't build properly since yarn can't connect to the network. The error I get is:
{ Error: Command failed: yarn install --production --ignore-scripts
error An unexpected error occurred...
Mail clients have been looking for a valid TLS certificate by default for a while now, however an smtp mail server such as postfix only supports one single certificate per server and doesn't know SNI like dovecot does. So we're dependant on the upstream software suppliers for SNI support. This...
I've recently setup Netdata on my server and the installation went fine, and I can access the dashboard via:
curl http://127.0.0.1:19999
The problem is that I'm not sure how to access this remotely, as in:
http://mysite.com:19999
I've tried editing the apache / nginx directives with the...
Hello together,
I tried to run Rainloop Webmail in a docker image on a subdir (example.com/sub).
Whenever I want to enter this page I get a 404 Error. Did I miss something out?
Second small question:
If I place the container on the main directory and let "let's encrypt" create SSL Certs it...
Hi,
this is my first post and I really hope that someone of you can help me, please.
Since two days I'm trying to get running CORS via a HTTPS connection. The beakcground:
nginx as a proxy for apache (OS is Ubuntu) on a virtual root server
CDN at Amazon CloudFront where the fonts are stored...
Hi,
I am trying to set a dns for specific domain to /etc/named.conf, however my changes are not being applied.
As I described in this post at serverfault (http://serverfault.com/questions/836681/named-conf-setup-for-domain-dns-forwarding):
This is the code I added:
zone "google.com" IN {...