From c15edbe808649eeab0dad44d912e00590d58308b Mon Sep 17 00:00:00 2001 From: Jochen Topf Date: Sat, 15 Oct 2011 10:10:58 +0200 Subject: Fix language switching. Switching between languages didn't work in some constellations. This seems to be because of caching of the pages in the browser. I think the browser should not use the cached page, because it has a different cookie, but it did. So I changed the expire on normal web pages to 0. (API pages still have a longer expire.) --- taginfo-config-example.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'taginfo-config-example.json') diff --git a/taginfo-config-example.json b/taginfo-config-example.json index 9dbc624..efcbcab 100644 --- a/taginfo-config-example.json +++ b/taginfo-config-example.json @@ -3,6 +3,8 @@ { // You probably want to change all these. "instance": { + // url prefix for the site + "url": "http://localhost:4567", // Used in the title of all HTML pages. "name": "Test Taginfo", // Description that appears if you click on the instance icon in the upper left. -- cgit v1.2.3