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.
Thanks, unfortunately it still doesn't solve the problem. I walked through those steps to create and copy a pkcs12 file into my .../_data/SETTINGS/ container volume.
I tried three different types of file extensions for the pkcs12 file (defined as the ImportFile variable): .pkcs12, .p12 and...
Thanks, I saw this one, too. It's possible I just don't have the exact syntax needed for the nginx directive, but I've tried this
location ~ / {
proxy_pass [---different variations here---]
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header Host $host;
proxy_set_header...
In the simplest terms for a novice like myself, how can I secure https://host.mydomain.org:32770/ with an Let's Encrypt SSL certificate? Is it even possible? The domain I'm using - host.mydomain.org (just an example) - is already secured with Let's Encrypt. My problem is that I also need a...
Did you ever figure out a solution? I'm struggling to set up YaCy search engine (via Docker extension on Plesk). I've done everything on the YaCy side, the only hurdle is my inability to access https://host.[my-domain.com]:32770/ without getting an SSL certificate warning through the browser...
We have many email addresses on a certain domain and we need to generate a list of all forwarding recipient addresses for each mail address in Plesk. Can I run a command similar to this one which shows the password?
/usr/local/psa/admin/sbin/mail_auth_view
Or is there a way to generate a...
Yes, I've run the reconfigure-all command many times lately. As for apache log, I see this which might be of interest. 7081 has no virtual hosts. What does this mean. Can I make this work, or do I need to stop using nginx?
......
[Tue May 16 04:26:51 2017] [warn] NameVirtualHost...
Peter & UFHH01, I truly appreciate your responses and help.
I'm using Roundcube for webmail and see nothing related to this error in my /var/log/plesk-roundcube. It was updated at least a few days ago and should have had something this morning as I created the error again.
In SSH, after...
Operating System: Ubuntu 12.04.5 LTS; Plesk Onyx v17.0.17 build1700161028.14
Apache, nginx, PHP-FPM 5.6.30, Fail2ban, Dovecot IMAP/POP3, QMail, SpamAssassin
After struggling for many hours and researching forum threads, I cannot figure out how to configure nginx to allow access to webmail...
Hi UFHH01,
I did not mention in last post that I've already tried everything you wrote. I used the Enter custom value for index files: "index.html index.php index.htm". And then restarted nginx, I also reconfigured web server (../httpdmng --reconfigure-all). Nothing works. I still cannot get...
The converter is not working. Nothing happens when I enter anything such as DirectoryIndex ....
I've spent hours trying to figure out why these lines will not work for Additional nginx directives box:
location / {
index index.php index.html index.htm;
try_files $uri $uri/ =404;
}
Here...
I realized the index.htm was redirecting to index.php so that was a bad html file to test. All html in fact works fine now without doing anything.
Thank you so much for these pointers. They are all very helpful and I will retain them moving forward. I did not intend to solve my own problem...
Oh, man! I didn't see under Plesk -> domain -> Apach & nginx Setings there is an option for
Serve static files directly by nginx
I checked this, then ran /usr/local/psa/admin/sbin/httpdmng --reconfigure-all. Now I get 403 Forbidden / nginx error on html pages. I still don't understand this...
AusWeb, thanks for the input. I tried those three commands and on the first one it said: Error messages: 0; Warnings; 0 Errors resolved: 0
Still have
502 Bad Gateway
nginx
for a page https://[mydomain].org/index.htm while https://[mydomain].org/index.php works just fine
I'm using Plesk Onyx with Ubuntu 12.04 (Debian) and I just installed Let's Encrypt SSL certificate for a domain. I applied it under Hosting Settings, and then checked "Permanent SEO-safe 301 redirect from HTTP to HTTPS".
After restarting nginx, it re-directs just fine to https://... now, but...