2025-10-10 15:03:10 +08:00

9 lines
122 B
Plaintext

server {
listen 80;
server_name web.argus.com;
location / {
proxy_pass http://web.argus.com;
}
}