Skip to content
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.

Latest commit

 

History

History
7 lines (6 loc) · 136 Bytes

nginx-config.md

File metadata and controls

7 lines (6 loc) · 136 Bytes
location / {
    proxy_pass http://127.0.0.1:3580;
}

location /poll {
    proxy_pass http://127.0.0.1:3581;
}