From d5900b6b7a37635f1ef258f62b903c508db731cb Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Wed, 8 Nov 2023 15:28:19 +0200 Subject: [PATCH] no longer use expowebcache --- urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/urls.py b/urls.py index 51322f498..65d3ac41a 100644 --- a/urls.py +++ b/urls.py @@ -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