summaryrefslogtreecommitdiff
path: root/patches/nui.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/nui.patch')
-rw-r--r--patches/nui.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/patches/nui.patch b/patches/nui.patch
new file mode 100644
index 0000000..a99771c
--- /dev/null
+++ b/patches/nui.patch
@@ -0,0 +1,10 @@
+diff --git a/web.scm b/web.scm
+index 411a6cc..e76f8b2 100644
+--- a/web.scm
++++ b/web.scm
+@@ -4,4 +4,4 @@
+ (lambda (request request-body)
+ (values '((content-type . (text/plain)))
+ (process-line (utf8->string request-body))))
+- 'http '(#:port 7183))
++ 'http '(#:port (getenv "PORT")))