Compare commits

...

2 Commits

Author SHA1 Message Date
root a39d6a4b00 Merge pull request 'init(初始化): 🎉' (#11) from cjl-dev into master 2 months ago
Jiale 73cb2619bd init(初始化): 🎉 2 months ago
  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