Browse Source

Merge pull request 'init(初始化): 🎉' (#11) from cjl-dev into master

Reviewed-on: http://120.26.116.243:3000/root/alert-front/pulls/11
xiaojinfei-patch-1
root 2 months ago
parent
commit
a39d6a4b00
  1. 2
      scripts/nginx.conf

2
scripts/nginx.conf

@ -12,7 +12,7 @@ http {
server {
listen 5000;
server_name localhost;
server_name _;
# 静态资源和前端页面
location / {

Loading…
Cancel
Save