eh22-wiki: ensure base for CI deploy of styleguide under /design/
All checks were successful
/ Ansible Lint (push) Successful in 1m48s
All checks were successful
/ Ansible Lint (push) Successful in 1m48s
This commit is contained in:
parent
bdbd9ce195
commit
70d4ce9a2d
3 changed files with 52 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue