N
Size: a a a
N
AB
AB
server {
listen 80;
server_name lk.local;
location / {
proxy_set_header Host $host;
proxy_pass http://127.0.0.1:82;
proxy_redirect off;
}
}
server {
listen 80;
server_name asd.loc;
location / {
proxy_set_header Host $host;
proxy_pass http://127.0.0.1:84;
proxy_redirect off;
}
}
server {
listen 80;
server_name asd2.admin;
location / {
proxy_set_header Host $host;
proxy_pass http://127.0.0.1:86;
proxy_redirect off;
}
}
}
c
S
IN
IN
AB
DD
SG
R.
S
N
p
N
N
p