about: add to readme and adapt example routes file

This commit is contained in:
Vincent Breitmoser
2025-09-29 22:03:08 +02:00
parent de2ab333a5
commit 355b301c67
2 changed files with 20 additions and 12 deletions

View File

@@ -226,8 +226,8 @@ location = /atom.xml {
# cache "about" pages
location /about {
proxy_cache static_cache;
proxy_pass http://127.0.0.1:8080;
# Should contain output of aboutPages zola build as "about" directory
root /var/www/hagridAboutPages;
}
# all other locations are handled by hagrid