summaryrefslogtreecommitdiffstats
path: root/README.txt
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2020-06-06 23:03:37 +0100
committerPhilip Sargent <philip.sargent@klebos.com>2020-06-08 00:12:50 +0100
commit8c965015f3bacb43984da3917f56f5435bb1d2e6 (patch)
treee735c97a7272ce0f43b6e8a8a450d0d99e7b9151 /README.txt
parent538a3b6ca839e884a541e39f517a7c64b363530a (diff)
downloadtroggle-8c965015f3bacb43984da3917f56f5435bb1d2e6.tar.gz
troggle-8c965015f3bacb43984da3917f56f5435bb1d2e6.tar.bz2
troggle-8c965015f3bacb43984da3917f56f5435bb1d2e6.zip
added static setup
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.txt b/README.txt
index c6a5c79..d1c7419 100644
--- a/README.txt
+++ b/README.txt
@@ -265,6 +265,12 @@ ScriptAlias /repositories /home/expo/config/apache/services/hgweb/hgweb.cgi
(The last is just for mercurial which will be remoived during 2020).
+These two are not necessary as Django will serve these (see urls.py), but
+it may be very slightly faster for apache to serve them first:
+Alias /expofiles /home/expo/expofiles
+Alias /static/ /home/expo/static/
+
+
Unlike the "runserver" method, apache requires a restart before it will use
any changed files: