summarylogtreecommitdiffstats
path: root/nginx.ctx-http.conf
diff options
context:
space:
mode:
authorDevaev Maxim2018-12-15 16:55:30 +0300
committerDevaev Maxim2018-12-15 16:55:30 +0300
commit0791b9ccc489d8146b537918c57537f003494a36 (patch)
treec03cf17dd9414a3d48e91dbf7e7d3a5e201dfd0b /nginx.ctx-http.conf
parenta5b6ac1d9b68a40c06a338b633714f5dcd9868a3 (diff)
downloadaur-0791b9ccc489d8146b537918c57537f003494a36.tar.gz
Update to 0.11-1
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;
+}