summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-03-14 15:41:39 -0300
committerEuAndreh <eu@euandre.org>2024-03-14 15:41:39 -0300
commit4fd2f0674498a86bf388060a725b92e66beaa6ec (patch)
treefa3ac5e3f7b44b2d043caa77ba7806d2be138bea
parenttests/lighttpd.conf: Forward "enable" header to allow connection upgrade (diff)
downloadpapod-4fd2f0674498a86bf388060a725b92e66beaa6ec.tar.gz
papod-4fd2f0674498a86bf388060a725b92e66beaa6ec.tar.xz
Makefile: Use TCP port 6001
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8c7ce1a..1870773 100644
--- a/Makefile
+++ b/Makefile
@@ -142,7 +142,7 @@ run-proxy: all
lighttpd -Df tests/lighttpd.conf
run-binder: all
- socat tcp-listen:1234,fork,reuseaddr unix:lighttpd.socket
+ socat tcp-listen:6001,fork,reuseaddr unix:lighttpd.socket
## Run the web and IRC server locally.
run: all