Browse Source

chore: Audio Handle

master
wangxiang 2 years ago
parent
commit
13e02d311c
No known key found for this signature in database
GPG Key ID: 1BA7946AB6B232E4
  1. 2
      docker-cloud/nginx/default.conf

2
docker-cloud/nginx/default.conf

@ -15,6 +15,6 @@ server { @@ -15,6 +15,6 @@ server {
# 服务名称
server_name fileview.kanglailab.com;
location / {
proxy_pass http://localhost:8086;
proxy_pass http://localhost:8086/;
}
}

Loading…
Cancel
Save