1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/z-push_ynh.git synced 2024-09-03 18:05:58 +02:00

Update conf/nginx.conf: redirect domain root to the microsoft endpoint

This commit is contained in:
Alexandre Aubin 2023-12-04 23:21:30 +01:00 committed by GitHub
parent 8874077b2b
commit 4c8766eca3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,5 @@
#sub_path_only rewrite ^Microsoft-Server-ActiveSync$ Microsoft-Server-ActiveSync/ permanent; #sub_path_only rewrite ^Microsoft-Server-ActiveSync$ Microsoft-Server-ActiveSync/ permanent;
rewrite ^/$ Microsoft-Server-ActiveSync/ permanent;
location /Microsoft-Server-ActiveSync { location /Microsoft-Server-ActiveSync {
# Path to source # Path to source