diff options
author | EuAndreh <eu@euandre.org> | 2024-03-14 15:41:39 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-03-14 15:41:39 -0300 |
commit | 4fd2f0674498a86bf388060a725b92e66beaa6ec (patch) | |
tree | fa3ac5e3f7b44b2d043caa77ba7806d2be138bea | |
parent | tests/lighttpd.conf: Forward "enable" header to allow connection upgrade (diff) | |
download | papod-4fd2f0674498a86bf388060a725b92e66beaa6ec.tar.gz papod-4fd2f0674498a86bf388060a725b92e66beaa6ec.tar.xz |
Makefile: Use TCP port 6001
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |