Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/guysoft/OctoPi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Sheffer <guysoft@gmail.com>2015-02-06 23:46:34 +0300
committerGuy Sheffer <guysoft@gmail.com>2015-02-06 23:46:34 +0300
commitbe29719e1c7c2be13d371b4b21302ea11e0fca0e (patch)
tree82c011698005f9601f1385a9b482bd4e3c670852
parent010b9501efd9f082f2c37a10effdb814ae509898 (diff)
parent66c7a78592de9a518798d1225a85bd20695ba84f (diff)
Merge pull request #61 from foosel/patch-2
Fixed typo causing #60 and caused by #50
-rw-r--r--src/filesystem/root/etc/haproxy/haproxy.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filesystem/root/etc/haproxy/haproxy.cfg b/src/filesystem/root/etc/haproxy/haproxy.cfg
index 5bff794..c12058d 100644
--- a/src/filesystem/root/etc/haproxy/haproxy.cfg
+++ b/src/filesystem/root/etc/haproxy/haproxy.cfg
@@ -27,7 +27,7 @@ frontend public
default_backend octoprint
backend octoprint
- reqrep ^([^\ :]*)\ /(.*) \^\ /\2
+ reqrep ^([^\ :]*)\ /(.*) \1\ /\2
reqadd X-Scheme:\ https if { ssl_fc }
option forwardfor
server octoprint1 127.0.0.1:5000