remove htz.ex42-1048908
This commit is contained in:
parent
78fda4f9e9
commit
cd31340c34
8 changed files with 18 additions and 110 deletions
|
@ -1 +0,0 @@
|
|||
add_header Content-Security-Policy "frame-ancestors 'self' chat.franzi.business";
|
|
@ -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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue