Commit c6aa9023f7e2fc79a7a94b27355279909386d29a

Authored by xp.Huang
1 parent 73d7b456

feat: 添加大屏的default.conf配置

Showing 1 changed file with 10 additions and 0 deletions
... ... @@ -47,6 +47,16 @@ server {
47 47 proxy_set_header X-Forwarded-Port 8083;
48 48 proxy_cache_bypass $http_upgrade;
49 49 }
  50 +
  51 + location /large-designer {
  52 + proxy_pass http://192.168.1.48:8084/;
  53 + proxy_http_version 1.1;
  54 + proxy_set_header Upgrade $http_upgrade;
  55 + proxy_set_header Connection "Upgrade";
  56 + proxy_set_header Host $host:8084;
  57 + proxy_set_header X-Forwarded-Port 8084;
  58 + proxy_cache_bypass $http_upgrade;
  59 + }
50 60
51 61 #error_page 404 /404.html;
52 62
... ...