• 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

Recent content by andyxyz

  1. A

    Resolved 421 Misdirected Request

    ./error.log:[Thu Jul 17 12:14:07.140871 2025] [ssl:error] [pid 2474371:tid 140588453517056] [client 146.90.212.210:0] AH02032: Hostname www.xxx-xxx.co.uk provided via SNI and hostname webmail.xxx.org.uk provided via HTTP have no compatible SSL setup, referer: https://webmail.xxx.org.uk/
  2. A

    Resolved 421 Misdirected Request

    as an alternative to disabling nginx you can disable http2 plesk bin http2_pref disable
  3. A

    Resolved 421 Misdirected Request

    symptoms are the same as the servers running not 20.04 The page returned an error: 421 Misdirected Request
  4. A

    Resolved 421 Misdirected Request

    this is not working in 20.04
  5. A

    Question nginx rewrites

    Tried that 1st.. no effect at all.
  6. A

    Question nginx rewrites

    Surely we don't need to resort to custom templates to do this?
  7. A

    Question nginx rewrites

    I am trying to do a very simple removal of index.php from a url using nginx only config. eg https://www.domain.com/index.php/some/category The standard code has no effect in Additional nginx settings and has to be placed within the server block .. which of course will not survive a rebuild...
  8. A

    Question How to setup a SFTP account in Plesk

    Create the ftp account as usual. Make sure you set the domain as root not a publically accessible sub folder (bash history will be stored here) now edit /etc/passwd change /bin/false to /bin/bash restart ssh now your ftp user can ssh /sftp into the box not supported but works just fine.
  9. A

    Question nginx and varnish (docker)

    OK story so far.. this is Magento 2.. So creating a custom nginx block in /etc/nginx/conf.d/ with a copy of the port 80 nginx server block (minus any extension inserts) running on a random port and pointing varnish (default m2 exported vcl) to this works just fine for everything except images...
  10. A

    Question Magento 2.4.6 mulitple vhosts on a single server and Varnish in Docker

    Hey Yes, works just fine. Use an alias to make life easier (if using a full domain just point it to the same varnish instance) Add something like this to your apache settings (or .htaccess) SetEnvIf Host www.my_second_domain.co.uk* MAGE_RUN_CODE=web_code SetEnvIf Host...
  11. A

    Question docker ports

    v Despite all the settings in the container being identical
  12. A

    Question docker ports

    Hi there What determines if docker is mapped like this 127.0.0.1:32899->80/tcp, 127.0.0.1:32898->8443/tcp or like this e55609449eec varnish:7.3.1 "/usr/local/bin/dock…" 11 days ago Up 12 hours 0 it seems to select these at random?
  13. A

    Question custom nginx config

    Dude! Thank you. That works a treat.
  14. A

    Question custom nginx config

    How hard can this be? Can anyone point me to the file that needs editing to add something to the very bottom of the nginx.conf file?
  15. A

    Question custom nginx config

    Hi there All attempts to edit nginxDomainVirtualHost.php insert includes INTO the server blocks.. each block we want an include at the bottom of this file Not matter where I put the include it is the wrong location. in essence all I want is if custom.conf exists include custom.conf (which...
Back
Top