• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Recent content by giordanosoftware

  1. G

    Question when I run incremental backups from the command line they are not linked to the main backup

    hi, as per the title when I perform a command line backup on my ftp storage (I made a script to perform backups every hour) plesk does not connect the incremental backups to the main backup as you see initial backup ("Backup iniziale") is marked 0B obviously I'm following the logic of filenames...
  2. G

    Resolved Hourly backup with Google Drive Backup

    hi, is there any news on this? I would be interested in backing up to dropbox
  3. G

    Question if a wordpress website is hacked, can they damage my entire server?

    when I create an account, I deny the permissions to access the shell
  4. G

    Question if a wordpress website is hacked, can they damage my entire server?

    Hi everyone, as the title suggests, I have this great doubt .. but if a WordPress or prestashop site is hacked, etc., is the attack limited to the specific plesk account or can I suffer damage to my entire system? a thousand thanks
  5. G

    Resolved deploying a flask app with nginx (proxy mode disabled)

    i solved it by adding this nginx rule location / { proxy_set_header X-Forwarded-For $remote_addr; proxy_set_header Host $http_host; proxy_pass http://127.0.0.1:8000; }
  6. G

    Resolved deploying a flask app with nginx (proxy mode disabled)

    Hi, as the title suggests I would need to serve my flask app with nginx by disabling proxy mode before managing my sites with plesk I used this configuration to serve my app server { listen 80; server_name mywebsite.net; location /static { alias...
Back
Top