Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Try replacing <code>$scheme</code> with <code>http</code>, restart nginx, does it work? If not, what do you see when you try to browse to <code>/preview/wordpress</code>?
The <code>http</code> change doesn’t solve anything. The main server is working completely fine, when you go to <code>/preview/wordpress</code> it pass the request to the other server. I’m having problems handling the passed requests at the second server. Sometimes it shows me a forbidden error or a 404 error. <br> <br>Let me ask this differently. How can I setup one server to answer the requests at <code>example.org</code> and, if and only if the user opens <code>example.org/preview/wordpress</code>, show a WordPress blog stored in the other server?