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 A 94.130.52.224
|
||||||
vliedel.random IN AAAA 2a01:4f8:10b:2a5f::2
|
vliedel.random IN AAAA 2a01:4f8:10b:2a5f::2
|
||||||
|
|
||||||
wiki IN A 94.130.52.224
|
wiki IN CNAME rx300.kunbox.net.
|
||||||
wiki IN AAAA 2a01:4f8:10b:2a5f::2
|
|
||||||
|
|
||||||
_matrix._tcp IN SRV 10 10 443 matrix
|
_matrix._tcp IN SRV 10 10 443 matrix
|
||||||
|
|
||||||
|
|
|
@ -351,16 +351,6 @@ nodes['htz.ex42-1048908'] = {
|
||||||
'website_check_path': '/',
|
'website_check_path': '/',
|
||||||
'website_check_string': 'roundcube',
|
'website_check_string': 'roundcube',
|
||||||
},
|
},
|
||||||
'wiki.franzi.business': {
|
|
||||||
'extras': True,
|
|
||||||
'php': True,
|
|
||||||
'webroot_config': {
|
|
||||||
'owner': 'www-data',
|
|
||||||
'group': 'www-data',
|
|
||||||
},
|
|
||||||
'website_check_path': '/start?do=login',
|
|
||||||
'website_check_string': 'Username',
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
'worker_processes': 4,
|
'worker_processes': 4,
|
||||||
},
|
},
|
||||||
|
|
|
@ -200,6 +200,17 @@ nodes['rx300'] = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
'wiki.franzi.business': {
|
||||||
|
'ssl': '_.franzi.business',
|
||||||
|
'extras': True,
|
||||||
|
'php': True,
|
||||||
|
'webroot_config': {
|
||||||
|
'owner': 'www-data',
|
||||||
|
'group': 'www-data',
|
||||||
|
},
|
||||||
|
'website_check_path': '/start?do=login',
|
||||||
|
'website_check_string': 'Username',
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'php': {
|
'php': {
|
||||||
|
|
Loading…
Reference in a new issue