Web Updates Folder

I've created an updates folder on my NGINX server, but it's not inside the activation folder. I have entered the base URL inside the workbook and updated the file version. However, when I click check for updates, there are no updates available.

Do I need to add different rewrite rules to the NGINX server configuration for the different directory?

location /activation/ {
try_files $uri $uri/ /activation/index.php?$args;
}

Now the updates folder is in a different directory called "xlsupdates" and has 7 folders inside of that for each different product.
 
Back
Top