• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Search results

  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

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