summaryrefslogtreecommitdiff
path: root/topics
diff options
context:
space:
mode:
authorjgart2021-09-20 00:41:08 -0400
committerjgart2021-09-20 00:41:08 -0400
commit4cfd97179ee6e11d67ba433f8f8e1a33d1762259 (patch)
treeabf3933c89ebdf2fd3e34af431b30c12a4d84d8f /topics
parentac1585e960481c59dad23f6510b5479312bbaaa9 (diff)
downloadgn-gemtext-4cfd97179ee6e11d67ba433f8f8e1a33d1762259.tar.gz
Adds nginx question regarding $rest arg
https://git.genenetwork.org/jgart/binderlite/src/branch/master/nginx.conf#L36
Diffstat (limited to 'topics')
-rw-r--r--topics/notebooks/user-stories.gmi8
1 files changed, 8 insertions, 0 deletions
diff --git a/topics/notebooks/user-stories.gmi b/topics/notebooks/user-stories.gmi
index 0e8ad53..22f9398 100644
--- a/topics/notebooks/user-stories.gmi
+++ b/topics/notebooks/user-stories.gmi
@@ -82,6 +82,14 @@ inside another container.
###
+What is the idiomatic way in nginx to forward everything beyond some prefix.
+
+Currently using the $rest arg but that might not be a good way to do it:
+
+=> https://git.genenetwork.org/jgart/binderlite/src/branch/master/nginx.conf#L36
+
+###
+
Do we want to avoid hard coding guix-kernel to run inside a container and instead be able to explicitly
specify a container environment from the binderlite app or should this be left to guix-kernel?