Showing
1 changed file
with
10 additions
and
0 deletions
| @@ -47,6 +47,16 @@ server { | @@ -47,6 +47,16 @@ server { | ||
| 47 | proxy_set_header X-Forwarded-Port 8083; | 47 | proxy_set_header X-Forwarded-Port 8083; |
| 48 | proxy_cache_bypass $http_upgrade; | 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 | #error_page 404 /404.html; | 61 | #error_page 404 /404.html; |
| 52 | 62 |