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

Recent content by Html

  1. H

    Issue Commit or push changes to github

    I would like to push the changes made on the server directory to GitHub. Currently, there is an option to pull the FILES from GitHub and deploy to the production stage. But I need to push the files on the plesk directories to the Github.
  2. H

    Question Rate limiting on Ngnix

    Thanks for the info. But i would prefer to limit the requests per second for single IP address.
  3. H

    Question Rate limiting on Ngnix

    How do I use Ngnix rate limits? limit_req_zone $binary_remote_addr zone=mylimit:10m rate=10r/s; server { location /login/ { limit_req zone=mylimit; proxy_pass http://my_upstream; } } in the additional Nginx directive of Plesk??? I just tried this... Server directory is...
  4. H

    Input Scheduled backup to google drive for free

    On the taskbar? Hey can you show a video tut on how to do this? Really appreciated.
  5. H

    Input Scheduled backup to google drive for free

    Are you sure the scheduled backup is free? Manual backup is only free.
  6. H

    Input Scheduled backup to google drive for free

    Please do add this feature for free instead of subscription based. At least let us backup specific database.. It is highly recommended.
  7. H

    Question Cron job to backup zipped mysql database to google drive

    I even tried full server backup using the code below in cronjob command But i find no success.
  8. H

    Question Cron job to backup zipped mysql database to google drive

    Can some body help me to backup one of my database to google drive using cronjob GUI. I have installed the google drive extension and connected my account. I cannot afford the Premium backup scheduled option now. If possible to backup zipped sql?
Back
Top