Nginx redirect rules to support old URLs
Do something like this:
location / {
ssi on;
root /usr/share/nginx/html;
index start.html;
}
# redirect doku.php?id=$pagename to /$pagename.html
…
jtbx
renamed repository from 2024-08-11 16:15:28 +02:00
easterhegg-2020-website to CCCHH/easterhegg-eh20-website
Nginx redirect rules to support old URLs
Fix navigation: Remove search and broken functions (page edit, media manager, etc.)
Introduce a Dark Theme
Theme: Fix robots partial "isset on nil" warning
Added new ctf event
Is this actually the right title? With a space at the end and this capitalization?
Added new ctf event
Somehow this needs to be removed (or a comment), if the sub-elements (caption and image) are not present.
Some Styling Improvements