aboutsummaryrefslogtreecommitdiffstats
path: root/webstats/workforrobots.org
diff options
context:
space:
mode:
Diffstat (limited to 'webstats/workforrobots.org')
-rw-r--r--webstats/workforrobots.org10
1 files changed, 8 insertions, 2 deletions
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 |
|--------+----------+--------+----------------------------------------------------------------------------------------------------------|