diff --git a/README.md b/README.md index cc0cbb9a..5ff9bcde 100644 --- a/README.md +++ b/README.md @@ -510,7 +510,8 @@ server { server_name app.mydomain.com; location / { - proxy_pass http://localhost:7777; + proxy_pass http://localhost:7777; + proxy_set_header Host $host; } } ```