Н

Size: a a a
Н

Н
Н
ES
R
IG
R
R
S🛸
ES
location ^~ /api/ {
rewrite ^/api/(.*)$ /$1 break;
proxy_pass http://{{ my-service-host }};
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}V

ES
V
S🛸
SH
a
S🛸
SH