2019-11-28 08:11:49 +00:00
|
|
|
location /books/ {
|
|
|
|
proxy_set_header Host $http_host;
|
|
|
|
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
|
|
|
proxy_set_header X-Scheme $scheme;
|
|
|
|
proxy_set_header X-Script-Name /books;
|
|
|
|
proxy_pass http://127.0.0.1:8083;
|
2019-10-15 17:42:04 +00:00
|
|
|
}
|