mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-21 03:02:09 +00:00
update sync guide
This commit is contained in:
parent
5b459bf44b
commit
ffab3e37c6
@ -16,7 +16,7 @@
|
|||||||
error_log /var/log/radicale/error.log;
|
error_log /var/log/radicale/error.log;
|
||||||
proxy_pass http://127.0.0.1:5232;
|
proxy_pass http://127.0.0.1:5232;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ ^/.well-known/(caldav|carddav) {
|
location ~ ^/.well-known/(caldav|carddav) {
|
||||||
rewrite ^ /radicale$request_uri last;
|
rewrite ^ /radicale$request_uri last;
|
||||||
}
|
}
|
||||||
|
@ -13,8 +13,6 @@
|
|||||||
|
|
||||||
<table class="table">
|
<table class="table">
|
||||||
<thead><tr><th>For...</th> <th>Visit this URL</th></tr></thead>
|
<thead><tr><th>For...</th> <th>Visit this URL</th></tr></thead>
|
||||||
<tr><th>Contacts</td> <td><a href="https://{{hostname}}/cloud/contacts">https://{{hostname}}/cloud/contacts</a></td></tr>
|
|
||||||
<tr><th>Calendar</td> <td><a href="https://{{hostname}}/cloud/calendar">https://{{hostname}}/cloud/calendar</a></td></tr>
|
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<p>Log in settings are the same as with <a href="#mail-guide" onclick="return show_panel(this);">mail</a>: your
|
<p>Log in settings are the same as with <a href="#mail-guide" onclick="return show_panel(this);">mail</a>: your
|
||||||
|
Loading…
Reference in New Issue
Block a user