nginx_pro_server.conf 178 B

1234567
  1. #pro服务代理打包文件
  2. server {
  3. listen 80;
  4. server_name qw.zsjyx.cn;
  5. root /app/qc-EnterpriseWeChat/prohtml;
  6. index index.html;
  7. }