Hallo TosoBoso,
anbei kurze, nicht so erfolgreiche Rückmeldung
Was habe ich gemacht???
Web Station HTTP Backend Server auf „Nginx“ umgestellt
root@xxxx:~# vi /usr/local/etc/nginx/conf.d/www.zarafa.conf
Inhalt der Datei:
location /zarafa {
proxy_pass
http://127.0.0.1:9080/;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $connection_upgrade;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header Host $http_host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}
root@xxxx:/usr/local/etc/nginx/conf.d# dir
total 32
drwxr-xr-x 2 root root 4096 Mar 30 21:19 .
drwxr-xr-x 4 root root 4096 Mar 26 19:45 ..
lrwxrwxrwx 1 root root 70 Mar 26 22:54 dsm.CloudStation.conf -> /var/packages/CloudStation/target/etc/web-config/dsm.CloudStation.conf
-rw-r--r-- 1 root root 492 Mar 30 13:25 dsm.docker.conf
-rw-r--r-- 1 root root 72 Mar 30 13:26 dsm.ssdp.conf
-rw-r--r-- 1 root root 192 Mar 30 13:25 dsm.StorageAnalyzer.conf
-rw-r--r-- 1 root root 0 Mar 30 13:25 events.conf
-rw-r--r-- 1 root root 0 Mar 30 13:25 main.conf
-rw-r--r-- 1 root root 0 Mar 30 19:35 sudo
lrwxrwxrwx 1 root root 73 Mar 30 13:31
www.phpMyAdmin.enable.conf -> /var/packages/phpMyAdmin/target/synology_added/www.phpMyAdmin.enable.conf
-rw-r--r-- 1 root root 357 Mar 30 21:19
www.zarafa.conf
root@xxxx:/etc/nginx# ln -s /usr/local/etc/nginx/conf.d/www.zarafa.conf /etc/nginx/www.zarafa.conf
root@xxxx:/etc/nginx# dir
total 64
drwxr-xr-x 3 root root 4096 Mar 30 21:35 .
drwxr-xr-x 48 root root 4096 Mar 30 13:35 ..
lrwxrwxrwx 1 root root 20 Mar 26 19:45 app.d -> /var/tmp/nginx/app.d
lrwxrwxrwx 1 root root 27 Mar 30 15:38 conf.d -> /usr/local/etc/nginx/conf.d
-rw-r--r-- 1 root root 1077 Mar 23 05:39 fastcgi.conf
-rw-r--r-- 1 root root 1007 Mar 23 05:39 fastcgi_params
-rw-r--r-- 1 root root 2837 Mar 23 05:40 koi-utf
-rw-r--r-- 1 root root 2223 Mar 23 05:40 koi-win
-rw-r--r-- 1 root root 3957 Mar 23 05:40 mime.types
-rw-r--r-- 1 root root 8492 Mar 30 13:31 nginx.conf
-rw-r--r-- 1 root root 3633 Mar 23 05:39 nginx.conf.default
-rw-r--r-- 1 root root 277 Mar 23 05:39 proxy.conf
-rw-r--r-- 1 root root 1164 Mar 23 05:39 scgi_params
lrwxrwxrwx 1 root root 34 Mar 26 19:45 sites-enabled -> /usr/local/etc/nginx/sites-enabled
drwxr-xr-x 2 root root 4096 Mar 26 19:45 sites-enabled_J6TufY
-rw-r--r-- 1 root root 664 Mar 23 05:40 uwsgi_params
-rw-r--r-- 1 root root 3610 Mar 23 05:40 win-utf
lrwxrwxrwx 1 root root 43 Mar 30 21:35
www.zarafa.conf -> /usr/local/etc/nginx/conf.d/www.zarafa.conf
Leider funktioniert die Anbindung der iPhones nicht über Exchange !!!!!
Weiterhin konnte ich mich bei meiner DC412+ nicht mehr per Web anmelden.
Nach dem Löschen der www.zarafa.conf und reboot ware der Spuk vorbei.
Alles wieder OK.
Bezüglich "DS Cloud" (nicht ownCloud) kann ich sagen das diese bei mir nach der Umstellung auf HTTP Backend-Server Nginx keinerlei Auswirkung hatte. Es funktioniert noch.