summaryrefslogtreecommitdiff
path: root/docs/cca.scfg.example
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--docs/cca.scfg.example14
1 files changed, 0 insertions, 14 deletions
diff --git a/docs/cca.scfg.example b/docs/cca.scfg.example
index c33293b..cdae443 100644
--- a/docs/cca.scfg.example
+++ b/docs/cca.scfg.example
@@ -6,20 +6,6 @@ url http://localhost:5555
# cookies and may come with other production-related changes in the future.
prod false
-# Where are the template files? Usually this should be a directory inside the
-# source directory, though it might exist in /usr/local/share or /usr/share if
-# this ever gets packaged or something. Remember that this is a file glob, so
-# be sure to use /* or something similar.
-tmpl tmpl/*
-
-# Where is the static directory? Reverse proxy setups are not recommended for
-# performance reasons so we serve the static files ourselves.
-static static/
-
-# Where could the source code of this instance be found? It is important to
-# keep this up to date to comply with the AGPL.
-source https://git.sr.ht/~runxiyu/cca
-
listen {
# Which protocol are we listening for? Currently only "http" is
# supported because it is difficult to configure FastCGI to work with