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 54e0f8d8f3 - Show all commits

View File

@ -9,7 +9,7 @@ http {
server_name localhost;
location /waiters/ {
proxy_pass http://waiter_service:4000/;
proxy_pass http://waiter_service:4000/waiters/;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-Proto $scheme;
@ -17,7 +17,7 @@ http {
}
location /restaurants/ {
proxy_pass http://restaurant_service:8080/;
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;