meta data for this page
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| sw:nginx:revproxy [2024/08/08 11:08] – created niziak | sw:nginx:revproxy [2024/12/19 08:51] (current) – niziak | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== revproxy ====== | ====== revproxy ====== | ||
| + | |||
| + | ===== variables ===== | ||
| + | |||
| + | ==== $host vs $http_host vs $server_name ==== | ||
| + | |||
| + | From: [[https:// | ||
| + | |||
| + | **You should almost always use** '' | ||
| + | |||
| + | The difference is explained in the nginx documentation: | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | |||
| ===== app behind path ===== | ===== app behind path ===== | ||