[+] 信令调整

This commit is contained in:
acgist
2023-03-03 08:09:35 +08:00
parent b53f50adf7
commit c3dbe52d5c
36 changed files with 588 additions and 306 deletions

View File

@@ -368,14 +368,14 @@ pm2 start | stop | restart taoyao-client-web
npm run build
# Nginx配置
vim /etc/nginx/taoyao-client-web.cnf
vim /etc/nginx/conf.d/taoyao.cnf
---
server {
listen 8443 http2;
server_name localhost;
access_log /var/log/nginx/taoyao-client-web.access.log main buffer=32k flush=10s;
access_log /var/log/nginx/taoyao.access.log main buffer=32k flush=10s;
location / {
root /data/taoyao/taoyao-client-web/dist;