move wiki.franzi.business to rx300

This commit is contained in:
Franzi 2021-07-16 13:34:20 +02:00
parent 9e305fc854
commit 999f413dfc
Signed by: kunsi
GPG key ID: 12E3D2136B818350
4 changed files with 24 additions and 12 deletions

View 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;
}

View file

@ -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

View file

@ -351,16 +351,6 @@ nodes['htz.ex42-1048908'] = {
'website_check_path': '/',
'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,
},

View file

@ -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': {