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.
Before installation I emptied httpdocs, then I recreated manually .well-known/acme-challenge from plesk filemanager.
The problem with letsencrypt is 403 trying access to .well-known/acme-challenge/{challenge} during challenge, but in other plesk installations I just need this location...
Environment: Plesk Onyx 17.8.11 Update #54
OS: Debian 8.11 64bit
In order to exclude problem with letsencrypt, I just created .well-known/acme-challenge/index.html.
If I try to access from browser I get 403 forbidden
The problem is not related to permission or nginx directive, indeed if I just...
I need to programmatically set nginx additional directive from command line (command line utilities or bash).
Watching at documentation I can't figure out how to achieve my goal.
For example for php settings is possible to pass a file containing additional setting, but I can't find a similar...