blob: a6669c6739acf35e56cb46c869967a41c144eeb4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- opts.h.orig 2021-03-15 19:55:02 UTC
+++ opts.h
@@ -2,7 +2,7 @@
#define DEFAULT_MIME "application/octet-stream"
#define DEFAULT_LANG ""
-#define DEFAULT_CHROOT "/var/gemini"
+#define DEFAULT_CHROOT "/usr/local/etc/gemini"
#define DEFAULT_AUTOIDX 0
/* longest is 56 so 64 should be enough */
|