DAS_2023_1/antonov_dmitry_lab_3/service_b.conf
DmitriyAntonov 23dfef9856 старт
2023-11-12 12:05:59 +04:00

9 lines
119 B
Plaintext

server {
listen 80;
server_name service_b;
location / {
proxy_pass http://service_b:5001;
}
}