Hi,
this morning I upgraded the nightly-built to 2.0.0.20121006-1
It seems that paths have changes for WebServices. There is a new folder
ckeditor. I tried modifying my Alias statements, but not sure what to do there.
Does someone know, how to get SOGo running again?
Here is my nginx config part:
server {
listen 443;
server_name sogo.roessner-net.de;
root /usr/share/nginx/www;
index index.html index.htm;
ssl on;
ssl_certificate /etc/ssl/certs/sogo.roessner-net.de.crt;
ssl_certificate_key /etc/ssl/private/sogo.roessner-net.de.key;
ssl_session_timeout 5m;
ssl_session_cache shared:SSL:5m;
ssl_protocols SSLv3 TLSv1 TLSv1.1 TLSv1.2;
ssl_prefer_server_ciphers on;
ssl_ciphers RC4:HIGH:!aNULL:!MD5:!kEDH;
rewrite ^/$ https://$host/SOGo permanent;
location /favicon.ico {
alias /var/www/favicon.ico;
}
location ^~ /SOGo {
proxy_pass http://127.0.0.1:20000;
proxy_set_header X-Real-IP
$remote_addr;
proxy_set_header X-Forwarded-For
$proxy_add_x_forwarded_for;
proxy_set_header Host
$host;
proxy_set_header x-webobjects-server-protocol
HTTP/1.0;
proxy_set_header x-webobjects-remote-host
$remote_addr;
proxy_set_header x-webobjects-server-port
443;
proxy_set_header x-webobjects-server-name
$server_name;
proxy_set_header x-webobjects-server-url
$scheme://$host;
proxy_connect_timeout 600;
proxy_send_timeout 90;
proxy_read_timeout 600;
proxy_buffer_size 4k;
proxy_buffers 4 32k;
proxy_busy_buffers_size 64k;
proxy_temp_file_write_size 64k;
client_max_body_size 50m;
client_body_buffer_size 128k;
break;
}
location /SOGo.woa/WebServerResources/ {
alias /usr/lib/GNUstep/SOGo/WebServerResources/;
expires 1y;
}
location /SOGo/WebServerResources/ {
alias /usr/lib/GNUstep/SOGo/WebServerResources/;
expires 1y;
}
location ^/SOGo/so/ControlPanel/Products/([^/]*)/Resources/(.*)$ {
alias /usr/lib/GNUstep/SOGo/$1.SOGo/Resources/$2;
expires 1y;
}
}
I guess the location and alias lines need updates for me. Changing to what?
Thanks in advance :)
-Christian Rößner
---
Bachelor of Science Informatik
Erlenwiese 14, 36304 Alsfeld
T: +49 6631 78823400, F: +49 6631 78823409, M: +49 176 93118939
USt-IdNr.: DE225643613, http://www.roessner-network-solutions.com
--
[email protected]
https://inverse.ca/sogo/lists