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...