Disable the docker proxy rule
Create `/var/www/vhosts/example.com/httpdocs/.htpasswd` file as per Nginx documentation. Set right permissions.
Add the following configuration into Plesk->example.come>Apache&Nginx settings->Additonal nginx directives:
location ~ ^/.* {
auth_basic...
Try to check what is specified in Plesk->Tools&Settings->Database Hosting Preferences. Make sure you are not allowing localhost only, it won't work for a remote database:
Hello,
I was managed to commit by doing the following:
1. create simlink inside the project:
ln -s ../git/example.git .git
2. Add the following options to git
git --git-dir .git --work-tree .<commit/add/push>
I assume `git --git-dir ../git/example.git --work-tree .<commit/add/push>` would...