Files
crawlab/frontend/conf/crawlab.conf
2019-07-28 15:27:44 +08:00

6 lines
76 B
Plaintext

server {
listen 8080;
root /app/dist;
index index.html;
}