Fix README (#107)

This commit is contained in:
Nikolay Korotkiy 2021-04-24 19:20:15 +03:00 committed by GitHub
parent 07d552cdcb
commit e3949ffa63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -196,7 +196,7 @@ server {
<other config options>
location /services {
proxy_set_header Host $http_host;
proxy_set_header Host $host;
proxy_set_header X-Forwarded-Host $server_name;
proxy_set_header X-Real-IP $remote_addr;
proxy_pass http://localhost:8000;