Recent content by Alex Movergan

  1. A

    Question How to password protect website hosted with docker

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

    Issue error create database for site WordPress Toolkit

    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:
  3. A

    Resolved https://mydomain.com:8447 not resolving

    It must be Cloudflare. It doesn't proxy 8447 port
  4. A

    Question Commit changes made on the server with Git extension for Plesk Onyx

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