switch main site to welcome
This commit is contained in:
parent
a80dcc2980
commit
5b71b0dcac
@ -48,7 +48,7 @@ nginx_vhosts:
|
||||
access_log off;
|
||||
}
|
||||
location =/ {
|
||||
rewrite ^ /starter;
|
||||
rewrite ^ /welcome;
|
||||
}
|
||||
location / {
|
||||
rewrite ^/.well-known/carddav /radicale/$remote_user/carddav/ redirect;
|
||||
|
@ -167,7 +167,7 @@ nginx_vhosts:
|
||||
|
||||
}
|
||||
location =/ {
|
||||
rewrite ^ /starter;
|
||||
rewrite ^ /welcome;
|
||||
}
|
||||
location /radicale/
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user