Hello,
i do some first steps with OCS and run the docker 2.12.3 version.
I want to deploy a msi file and when uploading it, I get a "CSRF ATTACK!!!"-error. In the docker-folder I already included in nginx/conf/ocsinventory.conf.template under location /:
proxy_read_timeout ${READ_TIMEOUT};
proxy_connect_timeout ${CONNECT_TIMEOUT};
proxy_send_timeout ${SEND_TIMEOUT};
client_max_body_size ${MAX_BODY_SIZE};
and in conf/ocsinventory-reports.conf i updatet several upload-entries to a higher amount.
php_value post_max_size 1001m
php_value upload_max_filesize 1000m
Is there something else which has to be modified?
Thank you and best,
Johannes