diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2020-06-06 23:03:37 +0100 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2020-06-08 00:12:50 +0100 |
commit | 8c965015f3bacb43984da3917f56f5435bb1d2e6 (patch) | |
tree | e735c97a7272ce0f43b6e8a8a450d0d99e7b9151 /README.txt | |
parent | 538a3b6ca839e884a541e39f517a7c64b363530a (diff) | |
download | troggle-8c965015f3bacb43984da3917f56f5435bb1d2e6.tar.gz troggle-8c965015f3bacb43984da3917f56f5435bb1d2e6.tar.bz2 troggle-8c965015f3bacb43984da3917f56f5435bb1d2e6.zip |
added static setup
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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: |