balakhonov_danila_lab_3 #140

Merged
Alexey merged 16 commits from balakhonov_danila_lab_3 into main 2024-11-25 21:18:44 +04:00
Showing only changes of commit 27daaeb0aa - Show all commits

View File

@ -17,7 +17,7 @@ http {
}
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 X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-Proto $scheme;