Merge pull request #5356 from flowluap/patch-2

added proxy pass to nginx configuration file
This commit is contained in:
Emanuel Schütze 2020-06-09 21:22:08 +02:00 committed by GitHub
commit 82efbe76bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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 {