remove htz.ex42-1048908

This commit is contained in:
Franzi 2021-09-06 16:06:23 +02:00
parent 78fda4f9e9
commit cd31340c34
Signed by: kunsi
GPG key ID: 12E3D2136B818350
8 changed files with 18 additions and 110 deletions

View file

@ -1 +0,0 @@
add_header Content-Security-Policy "frame-ancestors 'self' chat.franzi.business";

View file

@ -1,12 +0,0 @@
location ~ /(data|conf|bin|inc|vendor)/ {
deny all;
}
location / { try_files $uri $uri/ @dokuwiki; }
location @dokuwiki {
rewrite ^/_media/(.*) /lib/exe/fetch.php?media=$1 last;
rewrite ^/_detail/(.*) /lib/exe/detail.php?media=$1 last;
rewrite ^/_export/([^/]+)/(.*) /doku.php?do=export_$1&id=$2 last;
rewrite ^/(.*) /doku.php?id=$1&$args last;
}