Sorry... probably is a problem with my poor english....
What I'm trying to say is that:
With admin tools and the NGINX configuration generated loaded I have this error....
if I remove from nginx the line that import the configuration generated by admin tools and put the standard code that i previous use with joomla the automatic update works.
(this is what i have now on the nginx config:
gzip on;
gzip_http_version 1.1;
gzip_comp_level 6;
gzip_min_length 1100;
gzip_buffers 4 8k;
gzip_types text/plain application/xhtml+xml text/css application/xml application/xml+rss text/javascript application/javascript application/x-javascript
gzip_proxied any;
gzip_disable "MSIE [1-6]\.";
location / {
try_files $uri $uri/ /index.php?$args;
})
So, I think that there is something on the generated nginx config that can break the joomla updater.
I never had any problem updating modules or components, all on the site is working, and I'm really happy to have a tool to increase the security and tune the nginx...
But in this case I think that there is sometingh.... I've also tryied to disable settings in nginx configurator to generate differents cofiguration files... but i cannot found wich setting is causing this problem...
Have you any ideas?? some test to make?? (I've a lot of websites where this is not working and I can check...)