forked from Alexey/DAS_2024_1
исправлен конфиг нджинкса
This commit is contained in:
parent
54157ec2bf
commit
27daaeb0aa
@ -17,7 +17,7 @@ http {
|
|||||||
}
|
}
|
||||||
|
|
||||||
location /restaurants/ {
|
location /restaurants/ {
|
||||||
proxy_pass http://restaurant_service:8080/api/restaurant;
|
proxy_pass http://restaurant_service:8080/api/restaurant/;
|
||||||
proxy_set_header Host $host;
|
proxy_set_header Host $host;
|
||||||
proxy_set_header X-Real-IP $remote_addr;
|
proxy_set_header X-Real-IP $remote_addr;
|
||||||
proxy_set_header X-Forwarded-Proto $scheme;
|
proxy_set_header X-Forwarded-Proto $scheme;
|
||||||
|
Loading…
Reference in New Issue
Block a user