summarylogtreecommitdiffstats
path: root/nginx.ctx-http.conf
diff options
context:
space:
mode:
authorDevaev Maxim2019-05-11 11:31:07 +0300
committerDevaev Maxim2019-05-11 11:31:07 +0300
commit7d7e89d7de388ee1b28f5819ed7b2b1009e2c33b (patch)
tree8fc4beb28bd4415f976539590051943f83d0d7c2 /nginx.ctx-http.conf
parentd85ac0f6136389b64b94840f6efe683715b8c28d (diff)
downloadaur-7d7e89d7de388ee1b28f5819ed7b2b1009e2c33b.tar.gz
Update to 0.19-1
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;
}