Files
crawlab/crawlab.conf
2019-06-06 07:11:49 +08:00

5 lines
79 B
Plaintext

server {
listen 8080;
root /opt/crawlab/frontend/dist;
index index.html;
}