Search results

  1. sweetp

    Question SSL renewed/created hook?

    I have a bash script to add a TLSA entry to my DNS. Is there some kind of notification I can listen for to run this script after an SSL renewal or manual creation. I’ve seen a GitHub project that does it like this: Navigate to Plesk > Tools and Settings > Scheduled Tasks. Find the Let's Encrypt...
  2. sweetp

    Resolved emails sent to non-existent addresses not being rejected

    I have all my domain mail accounts configured to reject Mail sent to non-existent users. However this mail is sent to the the address defined in My Profile
  3. sweetp

    Input Dark mode looks great!

    Im not sure when this landed, but I just noticed it today. it looks great, thanks
  4. sweetp

    Question Global Google FLoC opt out headers

    I have basic knowledge of nginx and Apache, can I add the opt out headers globally to every domain in my account somehow? Or do I need to add the headers to each domain individually. https://paramdeo.com/blog/opting-your-website-out-of-googles-floc-network
  5. sweetp

    Resolved Rails 6.1 fails to start

    I have a functioning rails 6.0.3.4 app on Ubuntu 18.0.4, but updating the Gemfile to: gem "rails", "6.1.0" causes the app to fail to start when running bundle install via Plesk
  6. sweetp

    Forwarded to devs display error on Safari 13.0.3/Plesk Obsidian

    TITLE: display error on Safari 13.0.3/Plesk Obsidian PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE: Plesk Obsidian 18.0.20 update #2, Ubuntu 18.0.4 PROBLEM DESCRIPTION: there is a display bug on macOS Catalina 10.5.1/Safari 13.0.3/Obsidian 18.0.20 update #2 you can see the problem in the...
  7. sweetp

    Resolved display error on Safari 13.0.3/Plesk Obsidian

    there is a display bug on macOS Catalina 10.5.1/Safari 13.0.3/Obsidian 18.0.20 update #2 you can see the problem in the following image: Plesk Obsidian css render error on macOS Safari 13.0.3 it is easily fixed with the following css: (commenting out "display: flex;") .pul-preview-panel {...
  8. sweetp

    Resolved Cron and mysqlcheck

    I want to set a Cron job to optimise all my databases, so i tried running this command from a Scheduled Task: mysqlcheck -uadmin -p`cat /etc/psa/.psa.shadow` --auto-repair --optimize --verbose --all-databases But it always throws an error: Task "mysqlcheck -uadmin -p`cat /etc/psa/.psa.shadow`...
  9. sweetp

    Question symlink to subdomain

    so I am running a rails app on a subdomain which i would like to access from a folder in the root directory: mydomain.com/store --> store.mydomain.com how can i configure this? ive tried a symlink but get a forbidden error in apache
  10. sweetp

    Question install Rails app in subdirectory?

    Hey guys, I am wanting to install a Ruby on Rails app in a subdirectory of my domain, but don't see a way to achieve this through the UI? I can install the app just fine, and I have it configured in the envioronment.rb file to run on the subdirectory: mydomain.com/store and this works great...
Back
Top