diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-11-08 15:28:19 +0200 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-11-08 15:28:22 +0200 |
commit | d5900b6b7a37635f1ef258f62b903c508db731cb (patch) | |
tree | b1e2a44049486619ca73785297ee5d80b0b6bab1 | |
parent | 29e16b66b77b740d3e55d4a8fe94f28d5402e735 (diff) | |
download | troggle-d5900b6b7a37635f1ef258f62b903c508db731cb.tar.gz troggle-d5900b6b7a37635f1ef258f62b903c508db731cb.tar.bz2 troggle-d5900b6b7a37635f1ef258f62b903c508db731cb.zip |
no longer use expowebcache
-rw-r--r-- | urls.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -284,7 +284,7 @@ urlpatterns = [re_path('', include(trogglepatterns))] # Alias /expofiles /home/expo/expofiles # Alias /photos /home/expo/webphotos # Alias /map /home/expo/expoweb/map -# Alias /expowebcache /home/expo/expowebcache/ +# Alias /expowebcache /home/expo/expowebcache/ # no longer used # Alias /robots.txt /home/expo/static/robots.txt # Alias /favicon.ico /home/expo/static/favicon.ico |