1.0.5 • Published 7 years ago
react-simple-data-grid v1.0.5
####################### NGINX CONFIG ######################## server { listen 89 default_server;
root D:/ThinkHR/thinkhrwidget/dist;
index index.html;
server_name www.thinkHR.widget;
location /dist {
alias D:/ThinkHR/thinkhrwidget/dist;
index index.html;
}
}