switch main site to welcome

This commit is contained in:
vincent 2020-11-25 21:24:07 +01:00
parent a80dcc2980
commit 5b71b0dcac
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ nginx_vhosts:
access_log off;
}
location =/ {
rewrite ^ /starter;
rewrite ^ /welcome;
}
location / {
rewrite ^/.well-known/carddav /radicale/$remote_user/carddav/ redirect;

View File

@ -167,7 +167,7 @@ nginx_vhosts:
}
location =/ {
rewrite ^ /starter;
rewrite ^ /welcome;
}
location /radicale/
{