Files
crawlab/frontend/conf/crawlab.conf
2019-06-10 21:36:26 +08:00

6 lines
93 B
Plaintext

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