1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-06-04 23:27:34 +02:00

Add a link to autoconfigure apple devices

This commit is contained in:
Florent Daigniere 2022-03-10 14:51:14 +01:00
parent 0bccb5045c
commit 6fc1273b58
2 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@
{%- endblock %}
{%- block content %}
<div>If you use an Apple device, <a href="/apple.mobileconfig">click here to autoconfigure it.</a></div>
{%- call macros.table(title=_("Incoming mail"), datatable=False) %}
<tbody>
<tr>

View File

@ -133,7 +133,7 @@ http {
proxy_pass http://$admin;
}
# apple mobileconfig
location ^~ /mobileconfig {
location ~ ^/(apple\.)?mobileconfig {
rewrite ^ /internal/autoconfig/apple break;
include /etc/nginx/proxy.conf;
proxy_pass http://$admin;