• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

proxy_pass

  1. M

    Question How does location and proxy_pass work?

    Hi, for basic testing I have set up a simple node server listening on port 5100 and a nginx directive location /api/ { proxy_pass http://127.0.0.1:5100/api/; } I am pretty new at this, but doesn't this directive mean, that a request like https://myserver.com/api/xxxx will be redirected to...
  2. 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...
Back
Top