diff --git a/DEVELOPMENT.rst b/DEVELOPMENT.rst index 8e88540f7..6d619818d 100644 --- a/DEVELOPMENT.rst +++ b/DEVELOPMENT.rst @@ -268,6 +268,7 @@ This is an example ``nginx.conf`` configuration for Daphne listing on port proxy_pass http://localhost:8000; } location /rest { + proxy_set_header Host $http_host; proxy_pass http://localhost:8000; } location /ws {