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

8 lines
118 B
Plaintext

server {
listen 80;
server_name service_a;
location / {
proxy_pass http://service_a:5000;
}
}