move wiki.franzi.business to rx300
This commit is contained in:
parent
9e305fc854
commit
999f413dfc
4 changed files with 24 additions and 12 deletions
12
data/nginx/files/extras/rx300/wiki.franzi.business
Normal file
12
data/nginx/files/extras/rx300/wiki.franzi.business
Normal file
|
@ -0,0 +1,12 @@
|
|||
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;
|
||||
}
|
|
@ -33,8 +33,7 @@ unicornsden IN CNAME rx300.kunbox.net.
|
|||
vliedel.random IN A 94.130.52.224
|
||||
vliedel.random IN AAAA 2a01:4f8:10b:2a5f::2
|
||||
|
||||
wiki IN A 94.130.52.224
|
||||
wiki IN AAAA 2a01:4f8:10b:2a5f::2
|
||||
wiki IN CNAME rx300.kunbox.net.
|
||||
|
||||
_matrix._tcp IN SRV 10 10 443 matrix
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue