summarylogtreecommitdiffstats
path: root/nginx.ctx-http.conf
diff options
context:
space:
mode:
Diffstat (limited to 'nginx.ctx-http.conf')
-rw-r--r--nginx.ctx-http.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/nginx.ctx-http.conf b/nginx.ctx-http.conf
index 3938e2ec2cdb..103e288ff5c0 100644
--- a/nginx.ctx-http.conf
+++ b/nginx.ctx-http.conf
@@ -1,3 +1,3 @@
-upstream gotty {
- server 127.0.0.1:8090 fail_timeout=0s max_fails=0;
+upstream ttyd {
+ server unix:/run/kvmd/ttyd.sock fail_timeout=0s max_fails=0;
}