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.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/nginx.ctx-http.conf b/nginx.ctx-http.conf
new file mode 100644
index 000000000000..3938e2ec2cdb
--- /dev/null
+++ b/nginx.ctx-http.conf
@@ -0,0 +1,3 @@
+upstream gotty {
+ server 127.0.0.1:8090 fail_timeout=0s max_fails=0;
+}