<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic LibreOffice Online and nginx in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/libreoffice-online-and-nginx/m-p/111831#M31199</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;Hi,I'm having trouble getting Libreoffice Online to work with Alfresco and nginx (Failed to read document from storage.) and (ERR WOPI::CheckFileInfo failed with 404 Not Found) errors.&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;The /etc/nginx/conf.d/alfresco.domain.conf is:&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;server {&lt;BR /&gt; client_max_body_size 10G;&lt;BR /&gt; server_name alfresco.mydomain;&lt;/P&gt;&lt;P&gt;listen 443;&lt;/P&gt;&lt;P&gt;ssl on;&lt;/P&gt;&lt;P&gt;ssl_certificate /etc/ssl/wildcard_mydomain/wildcard_mydomain.chain;&lt;BR /&gt; ssl_certificate_key /etc/ssl/wildcard_mydomain/wildcard_mydomain.key;&lt;/P&gt;&lt;P&gt;rewrite ^/$ /share;&lt;/P&gt;&lt;P&gt;root /opt/alfresco-community/tomcat/webapps/share/;&lt;/P&gt;&lt;P&gt;location / {&lt;BR /&gt;# root /opt/alfresco-community/tomcat/webapps/share/;&lt;BR /&gt; &lt;BR /&gt; proxy_pass https://localhost:8443;&lt;BR /&gt; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;&lt;BR /&gt; proxy_set_header Host $http_host;&lt;BR /&gt; proxy_set_header X-Forwarded-Proto https;&lt;BR /&gt; proxy_redirect off;&lt;BR /&gt; proxy_connect_timeout 240;&lt;BR /&gt; proxy_send_timeout 240;&lt;BR /&gt; proxy_read_timeout 240;&lt;BR /&gt; proxy_buffering off;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;# static files&lt;BR /&gt; location ^~ /loleaflet {&lt;BR /&gt; proxy_pass https://alfresco.mydomain:9980;&lt;BR /&gt; proxy_set_header Host $http_host;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;# WOPI discovery URL&lt;BR /&gt; location ^~ /hosting/discovery {&lt;BR /&gt; proxy_pass https://alfresco.mydomain:9980;&lt;BR /&gt; proxy_set_header Host $http_host;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;# Capabilities&lt;BR /&gt; location ^~ /hosting/capabilities {&lt;BR /&gt; proxy_pass https://alfresco.mydomain:9980;&lt;BR /&gt; proxy_set_header Host $http_host;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;# main websocket&lt;BR /&gt; location ~ ^/lool/(.*)/ws$ {&lt;BR /&gt; proxy_pass https://alfresco.mydomain:9980;&lt;BR /&gt; proxy_set_header Upgrade $http_upgrade;&lt;BR /&gt; proxy_set_header Connection "Upgrade";&lt;BR /&gt; proxy_set_header Host $http_host;&lt;BR /&gt; proxy_read_timeout 36000s;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;# download, presentation and image upload&lt;BR /&gt; location ~ ^/lool {&lt;BR /&gt; proxy_pass https://alfresco.mydomain:9980;&lt;BR /&gt; proxy_set_header Host $http_host;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;# Admin Console websocket&lt;BR /&gt; location ^~ /lool/adminws {&lt;BR /&gt; proxy_pass https://alfresco.mydomain:9980;&lt;BR /&gt; proxy_set_header Upgrade $http_upgrade;&lt;BR /&gt; proxy_set_header Connection "Upgrade";&lt;BR /&gt; proxy_set_header Host $http_host;&lt;BR /&gt; proxy_read_timeout 36000s;&lt;BR /&gt; }&lt;BR /&gt;}&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;the alfresco_global.properties file is:&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;###############################&lt;BR /&gt;## Common Alfresco Properties #&lt;BR /&gt;###############################&lt;/P&gt;&lt;P&gt;dir.root=/opt/alfresco-community/alf_data&lt;/P&gt;&lt;P&gt;alfresco.context=alfresco&lt;BR /&gt;alfresco.host=alfresco.mydomain&lt;BR /&gt;alfresco.port=443&lt;BR /&gt;alfresco.protocol=https&lt;/P&gt;&lt;P&gt;share.context=share&lt;BR /&gt;share.host=alfresco.mydomain&lt;BR /&gt;share.port=443&lt;BR /&gt;share.protocol=https&lt;/P&gt;&lt;P&gt;### database connection properties ###&lt;BR /&gt;db.driver=org.postgresql.Driver&lt;BR /&gt;db.username=alfresco&lt;BR /&gt;db.password=password&lt;BR /&gt;db.name=alfresco&lt;BR /&gt;db.url=jdbc&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;ostgresql://localhost:5432/${db.name}&lt;BR /&gt;# Note: your database must also be able to accept at least this many connections. Please see your database documentation for instructions on how to configure this.&lt;BR /&gt;db.pool.max=275&lt;BR /&gt;db.pool.validate.query=SELECT 1&lt;/P&gt;&lt;P&gt;# The server mode. Set value here&lt;BR /&gt;# UNKNOWN | TEST | BACKUP | PRODUCTION&lt;BR /&gt;system.serverMode=PRODUCTION&lt;/P&gt;&lt;P&gt;### FTP Server Configuration ###&lt;BR /&gt;ftp.port=21&lt;/P&gt;&lt;P&gt;### RMI registry port for JMX ###&lt;BR /&gt;alfresco.rmi.services.port=50500&lt;/P&gt;&lt;P&gt;### External executable locations ###&lt;BR /&gt;ooo.exe=/opt/alfresco-community/libreoffice/program/soffice.bin&lt;BR /&gt;ooo.enabled=true&lt;BR /&gt;ooo.port=8100&lt;BR /&gt;img.root=/opt/alfresco-community/common&lt;BR /&gt;img.dyn=${img.root}/lib&lt;BR /&gt;img.exe=${img.root}/bin/convert&lt;BR /&gt;alfresco-pdf-renderer.root=/opt/alfresco-community/common/alfresco-pdf-renderer&lt;BR /&gt;alfresco-pdf-renderer.exe=${alfresco-pdf-renderer.root}/alfresco-pdf-renderer&lt;/P&gt;&lt;P&gt;jodconverter.enabled=false&lt;BR /&gt;jodconverter.officeHome=/opt/alfresco-community/libreoffice&lt;BR /&gt;jodconverter.portNumbers=8100&lt;/P&gt;&lt;P&gt;### Initial admin password ###&lt;BR /&gt;alfresco_user_store.adminpassword=anotherpassword&lt;/P&gt;&lt;P&gt;### E-mail site invitation setting ###&lt;BR /&gt;notification.email.siteinvite=true&lt;/P&gt;&lt;P&gt;### License location ###&lt;BR /&gt;dir.license.external=/opt/alfresco-community&lt;/P&gt;&lt;P&gt;### Solr indexing ###&lt;BR /&gt;index.subsystem.name=solr4&lt;BR /&gt;dir.keystore=${dir.root}/keystore&lt;BR /&gt;solr.host=localhost&lt;BR /&gt;solr.port.ssl=8443&lt;/P&gt;&lt;P&gt;### Allow extended ResultSet processing&lt;BR /&gt;security.anyDenyDenies=false&lt;/P&gt;&lt;P&gt;### Smart Folders Config Properties ###&lt;BR /&gt;smart.folders.enabled=false&lt;/P&gt;&lt;P&gt;### Remote JMX (Default: disabled) ###&lt;BR /&gt;alfresco.jmx.connector.enabled=false&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;#AD integration&lt;BR /&gt; activities.feed.max.ageMins=1440&lt;BR /&gt; imap.mail.from.default=alfresco@mydomain&lt;BR /&gt; imap.mail.to.default=alfresco@mydomain&lt;BR /&gt; mail.host=mailout.tstechnology.net&lt;BR /&gt; mail.port=25&lt;BR /&gt; mail.from.default=alfresco@mydomain&lt;BR /&gt; alfresco.authentication.allowGuestLogin=false&lt;BR /&gt; authentication.chain=ldap-ad1:ldap-ad,alfrescoNtlm1:alfrescoNtlm&lt;BR /&gt; ldap.authentication.active=true&lt;BR /&gt; ldap.authentication.allowGuestLogin=false&lt;BR /&gt; ldap.authentication.userNameFormat=%s@mydomain&lt;BR /&gt; ldap.authentication.java.naming.provider.url=ldap://192.168.10.11:389&lt;BR /&gt; ldap.authentication.java.naming.security.authentication=simple&lt;BR /&gt; ldap.authentication.defaultAdministratorUserNames=Administrator,alfresco&lt;BR /&gt; ldap.synchronization.active=true&lt;BR /&gt; ldap.synchronization.java.naming.security.authentication=simple&lt;BR /&gt; ldap.synchronization.java.naming.security.principal=alfresco@mydomain&lt;BR /&gt; ldap.synchronization.java.naming.security.credentials=Naming&lt;BR /&gt; ldap.synchronization.groupSearchBase=OU\=CCCUSERS,DC\=mydomain,DC\=domain&lt;BR /&gt; ldap.synchronization.userSearchBase=OU\=CCCUSERS,dc\=mydomain,dc\=domain&lt;/P&gt;&lt;P&gt;# For Libreoffice Online&lt;BR /&gt;lool.wopi.url=https://alfresco.mydomain:9980&lt;BR /&gt;lool.wopi.url.discovery=https://alfresco.mydomain:9980/hosting/discovery&lt;BR /&gt;lool.wopi.alfresco.host=https://alfresco.mydomain/alfresco&lt;/P&gt;&lt;P&gt;opencmis.maxContentSize=6120&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;(Domains,user and passwords obfuscated).&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;Can anybody spot what I've got wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Jul 2019 12:43:02 GMT</pubDate>
    <dc:creator>wshomeworker10</dc:creator>
    <dc:date>2019-07-16T12:43:02Z</dc:date>
    <item>
      <title>LibreOffice Online and nginx</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/libreoffice-online-and-nginx/m-p/111831#M31199</link>
      <description>Hi,I'm having trouble getting Libreoffice Online to work with Alfresco and nginx (Failed to read document from storage.) and (ERR WOPI::CheckFileInfo failed with 404 Not Found) errors.&amp;nbsp;The /etc/nginx/conf.d/alfresco.domain.conf is:&amp;nbsp;server { client_max_body_size 10G; server_name alfresco.mydomain;lis</description>
      <pubDate>Tue, 16 Jul 2019 12:43:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/libreoffice-online-and-nginx/m-p/111831#M31199</guid>
      <dc:creator>wshomeworker10</dc:creator>
      <dc:date>2019-07-16T12:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: LibreOffice Online and nginx</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/libreoffice-online-and-nginx/m-p/111832#M31200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;Finally got it working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next question: Is the 'X' at the top right of the libreoffice window supposed to close the window?&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;I assume it's supposed to - but it doesn't, it just closes the file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jul 2019 09:29:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/libreoffice-online-and-nginx/m-p/111832#M31200</guid>
      <dc:creator>wshomeworker10</dc:creator>
      <dc:date>2019-07-17T09:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: LibreOffice Online and nginx</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/libreoffice-online-and-nginx/m-p/111833#M31201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This appears to be a feature of LibreOffice Online.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jul 2019 16:13:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/libreoffice-online-and-nginx/m-p/111833#M31201</guid>
      <dc:creator>wshomeworker10</dc:creator>
      <dc:date>2019-07-17T16:13:40Z</dc:date>
    </item>
  </channel>
</rss>

