• 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

proxypass

  1. Alexis-BMS

    Resolved Override Nginx directives got Email error

    Hello, I have to override my Nginx directives in "Apache & Nginx settings" for a subdomain. Plesk give me this error when I apply de changes : I don't understand why, do you have any idea ? My goal is to redirect http requests from this subdomain to a docker container. Here is the Nginx...
  2. dj ramc

    Question nginx proxy lets encrypt error renew

    Hi guys I'm using for approx 100 domains a nginx proxy to one location . But here is a problem when letsencrypt trys to renew its give error because lets encrypt could connect to .well-known directory per example domain.com/httpdocs/.well-kwown now i tried to add these lines unfurtonally it...
  3. Z

    Question Redirect error with proxy_pass in nginx

    I have three hosts in Plesk. One of them requires one of the specified ports. I normally write nginx.conf in Plesk nginx add directive. For example, set the standby port to 33000. This item is described only this. When I access 'http://ccc.sample.com', I get an error due to repeated...
  4. A

    Issue Lets Encrypt with custom Domain (Proxy Pass)

    Hi, when I use my domain vserver.mydomain.de and ProxyPass to connect to my control panel, then the following errors occurre. Domain settings for https: ProxyPass "/" "http://127.0.0.1:8880/" ProxyPassReverse "/" "http://127.0.0.1:8880/" Lets Encrypt error for mydomain.de: Internal error...
  5. deadfish

    Resolved 504 Installation failed plugin/theme wp - nginx proxy cache

    Hi guys, I hope somebody knows a solution for this problem: I setup a WordPress which it uses Plesk: 'Nginx proxy cache -> apache -> WordPress -> Redis -> MySQL' Everything looks good but when I'm trying to install a plugin ( plugins > add new ) or theme on WordPress I'm getting Nginx timeout...
  6. K

    Resolved Apache & nginx Settings autmaticly deactiv after a while

    Hello, I´ve configured an Additional directives for HTTP as follows: ProxyRequests Off ProxyPreserveHost On <Proxy *> Order deny,allow Allow from all </Proxy> ProxyPass / http://localhost:58080/ connectiontimeout=300 timeout=300 ProxyPassReverse / http://localhost:58080/ This...
Back
Top