Nuxeo Forum
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How to configure haproxy as HTTP/HTTPS reverse proxy?

Hi, I'm trying to host my Nuxeo webapp behind haproxy, but Nuxeo appears to redirect the https url from https://website.com to https://website.com:80/nuxeo/ui , where I get an ERR_SSL_PROTOCOL_ERROR. However, I can access the web ui at https://websit...

erika_f by Champ in-the-making
  • 1287 Views
  • 1 replies
  • 0 kudos

Nuxeo Enhanced Viewer - Invalid redirect_uri parameter

Hi all, I try to install Nuxeo Enhanced Viewer and a I did everything what is in configuration section: https://doc.nuxeo.com/nxdoc/nuxeo-enhanced-viewer/#since-103 In my **nuxeo.conf **I have set: arender.server.previewer.host=http://arender-preview...

Réponse bizarre de la commande bulkstatus

Bonjour à tous, J'ai utilisé la commande curl suivante pour lancer une commande bulk afin de ré-initialiser une métadonnée. curl --location --request POST 'http://localhost:8080/nuxeo/api/v1/search/bulk/setProperties?query=SELECT%20*%20FROM%20Art%20W...

How to restrict uploading .exe file

Nuxeo is allowing to upload of any kind of file format to the application. I don't want to upload the .exe file to the application. can anyone tell me how to do this? thanks

The Nuxeo URL has nonASCII safe character in the URL. When encoding these character the link won't open in the browser. Is they a way around this

When embedding a shared link in another application, it does not honor the "#!" character in the URL (http://localhost:8080/nuxeo/ui/#!/home). Encoding (%23%21) these characters, the link won't open in a browser. Is there a workaround for this issue?

Display children document listing

Hi, I was trying to display the list of my document children following this HowTo :https://doc.nuxeo.com/nxdoc/how-to-display-children-documents-listing/ The obtained result does not correspond to my expectations : The filter doesn't work and the p...

nuxeo-vhost.conf file - location

Hi, Please let me know where can I locate nuxeo-vhost.conf file. I am trying to implement security recommendations stated here "https://doc.nuxeo.com/nxdoc/security-recommendations/" Thanks, Baranidaran M

Group / User page Provider

Hi, For user/group schema, directory display all users and groups. But I want to display a specific list of users and group. /> I Try to create a user page provider but I don't which is the appropriate querry and predicates. Could you help me Thank...

PostgreSQL 11 configuration: "checkpoint_segments = 32" ?

Dear all, A simple question regarding PostgreSQL 11 setup with Nuxeo 2019 LTS: https://doc.nuxeo.com/nxdoc/1010/postgresql/#buffering-writes The documentation states, for both PostgreSQL 9.6 and 11: wal_buffers = 16MB checkpoint_segments = 32 checkpo...

Sending Nuxeo logs to syslog ?

Dear all, I have to configure Nuxeo 2019 LTS to send its logs to syslog. Based on the official documentation I came up with the following in /opt/nuxeo/lib/log4j2.xml: https://doc.nuxeo.com/nxdoc/logs/ https://logging.apache.org/log4j/2.x/manual/appe...

Nxp_logs table purging process ?

Dear all, I understand that the nxp_logs table can get quite huge, causing slowdowns when consulting documents. I found this in the documentation: https://doc.nuxeo.com/nxdoc/1010/purging-audit-logs-nxp_logs/ Our audit logs are stored in PostgreSQL. ...

Reverse proxy and AJP protocol ?

Dear all, I have some questions regarding reverse proxies and the AJP protocol. are the AJP parameters "packetSize" and "connectionTimeout" still relevant in Nuxeo 2019 LTS ?is the AJP protocol still mandatory for the reverse proxy to communicate wit...

ACL cache cleaning process ?

Dear all, I have a question regarding the ACL cache: if I understand correctly, there is a process on every restart of Nuxeo which empties the ACL cache in the database (SELECT nx_vacuum_read_acls();), is that correct ? And how to make sure this proc...