Skip to content

Commit 92ba89d

Browse files
author
Ken
committed
Moving example folder around
1 parent 4e64023 commit 92ba89d

File tree

12 files changed

+10
-20
lines changed

12 files changed

+10
-20
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
*.pyc
2+
3+
.idea
4+
*.iml

.idea/codeStyles/Project.xml

Lines changed: 3 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# HAProxy SPOA
2+
This is a rudimentary, but functional implementation of a Stream Processing Offload Agent (SPOA) for HAProxy 1.8 and above, written in pure Python.

Containerfile renamed to example/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ FROM haproxy:latest
33
COPY haproxy/ /usr/local/etc/haproxy/
44

55
ENTRYPOINT ["/docker-entrypoint.sh"]
6-
CMD ["haproxy", "-d", "-f", "/usr/local/etc/haproxy"]
6+
CMD ["haproxy", "-d", "-f", "/usr/local/etc/haproxy"]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)