Co-authored-by: xiuting.xu <xiutingxt.xu@gmail.com> Reviewed-on: #21 Reviewed-by: huhy <husteryezi@163.com> Reviewed-by: sundapeng <sundp@mail.zgclab.edu.cn> Reviewed-by: yuyr <yuyr@zgclab.edu.cn>
9 lines
125 B
Plaintext
9 lines
125 B
Plaintext
server {
|
|
listen 80;
|
|
server_name web.argus.com;
|
|
|
|
location / {
|
|
proxy_pass http://web.argus.com:80;
|
|
}
|
|
}
|