eh22-wiki: ensure base for CI deploy of styleguide under /design/

This commit is contained in:
June 2025-02-12 19:02:53 +01:00
parent bdbd9ce195
commit 70d4ce9a2d
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0
3 changed files with 52 additions and 0 deletions
resources/chaosknoten/eh22-wiki/nginx

View file

@ -63,4 +63,13 @@ server {
fastcgi_param REDIRECT_STATUS 200;
fastcgi_pass unix:/var/run/php/php-fpm-dokuwiki.sock;
}
location = /design {
return 302 https://eh22.easterhegg.eu/design/;
}
location /design/ {
alias /var/www/eh22-styleguide/;
index index.html;
}
}