parent
bdbd9ce195
commit
70d4ce9a2d
3 changed files with 52 additions and 0 deletions
resources/chaosknoten/eh22-wiki/nginx
|
@ -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