From d0a76b844210d7d84fb997a446948a50e1d268cd Mon Sep 17 00:00:00 2001 From: Oscar Najera Date: Mon, 28 Apr 2025 18:20:27 +0200 Subject: plots --- webstats/workforrobots.org | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'webstats/workforrobots.org') diff --git a/webstats/workforrobots.org b/webstats/workforrobots.org index 8cfeafe..9b7cde6 100644 --- a/webstats/workforrobots.org +++ b/webstats/workforrobots.org @@ -282,8 +282,6 @@ If you grep for the string /href="{{ .RelPermalink }}"/ over the entire git history, you find it appears up to today =954= times. It is surprising how =OpenAI= manage to request it =3= times that amount. - - #+begin_src sqlite :exports results SELECT replace(path, '|', '%7C') AS Page, @@ -341,6 +339,14 @@ ORDER BY LIMIT 20 #+end_src +my cgit instance using nginx is not working correctly. +On the home(landing/starting) page all links work. Say I click on sepo "prime". +that leads to the path /prime. That is how is written on the html links. + +Now that I'm in path '/prime' I want to go to the about page. +The generated link is '/prime/prime/about'. It is repeating the path, because "im on page /prime", the new pages should be relative "about", or absolute '/prime/about'. But it is concatenating '/prime', to where I want to go '/prime/about', leaving '/prime/prime/about' + +Where do I fix this? What would the nginx config look like. #+RESULTS[5d7adfe6034ad15603705e1501ba90fadc0a8f1c]: | tx MiB | count(*) | agents | path | |--------+----------+--------+----------------------------------------------------------------------------------------------------------| -- cgit v1.2.3