summarylogtreecommitdiffstats
path: root/nginx.http-ctx.conf
diff options
context:
space:
mode:
authorDevaev Maxim2018-11-18 10:40:39 +0300
committerDevaev Maxim2018-11-18 10:40:39 +0300
commit3b043c6a46402dd3e3b06c3e6fc5ef66150d648e (patch)
treead275ffa4713d71b89af0e185da4ebfccd6cb300 /nginx.http-ctx.conf
parente9f6f461fbd077df8b660ea9f1aaab036b164493 (diff)
downloadaur-3b043c6a46402dd3e3b06c3e6fc5ef66150d648e.tar.gz
Update to 0.7-1
Diffstat (limited to 'nginx.http-ctx.conf')
-rw-r--r--nginx.http-ctx.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/nginx.http-ctx.conf b/nginx.http-ctx.conf
new file mode 100644
index 000000000000..3938e2ec2cdb
--- /dev/null
+++ b/nginx.http-ctx.conf
@@ -0,0 +1,3 @@
+upstream gotty {
+ server 127.0.0.1:8090 fail_timeout=0s max_fails=0;
+}