|
You are here |
boerman.dev | ||
| | | | |
vcritical.com
|
|
| | | | | See how to create a simple Nginx reverse proxy container for VMware vSphere Auto Deploy, which is great for setting up a proof of concept. | |
| | | | |
www.valentinog.com
|
|
| | | | | Notes on deploying Django > 3.1 (async) with Uvicorn under Nginx as a reverse proxy. | |
| | | | |
thomasvilhena.com
|
|
| | | | | [AI summary] This blog post explains how to set up an Nginx reverse proxy with Docker and Certbot for SSL certificate management, focusing on configuration files and services for load balancing and secure communication. | |
| | | | |
joshuarogers.net
|
|
| | | Just over a year ago we went over how to setup a reverse proxy that would require our users to authenticate. In our original proxy article, we generated some NGinx configuration that looked a bit like... location / { proxy_pass http://jira; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; } And it worked. And everyone was happy. Until the day the request came in that NGinx should add a fixed set of credentials to all upstre... | ||