9 lines
122 B
Plaintext
9 lines
122 B
Plaintext
server {
|
|
listen 80;
|
|
server_name web.argus.com;
|
|
|
|
location / {
|
|
proxy_pass http://web.argus.com;
|
|
}
|
|
}
|