Browse Source

init(初始化): 🎉

pull/11/head
Jiale 2 months ago
parent
commit
73cb2619bd
  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