Skip to content

Commit 97f924c

Browse files
Update route.conf
1 parent 45db626 commit 97f924c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

etc/nginx/route.conf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,11 @@
185185
break;
186186
}
187187

188+
location /console {
189+
include proxy.conf;
190+
proxy_pass http://$my_console;
191+
break;
192+
}
188193

189194
location ~ ^/(moauth|fauth|gauth|oauth|autologin|API|status) {
190195
# request /API/launchdesktop can take long time

0 commit comments

Comments
 (0)