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:
parent
0bccb5045c
commit
6fc1273b58
@ -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>
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user