I'm having issues where my protected download links don't even try to
download. i.e. I click on the link and the page refreshes but no
prompt or window pops up indicating the start of the download. But in
the database each click is counting against my number of downloads
allowed.
I'm using nginx to serve static files and proxy everything else to
apache using fastcgi. Everything works but the protected links
### nginx.conf
...
location /static/protected/ {
internal;
alias /full/path/to/protected/files/;
}
### myApacheSiteConfiguration
...
<VirtualHost *:8080>
...
XSendFile On
</VirtualHost>
Thanks,
Seth
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Satchmo users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/satchmo-users?hl=en
-~----------~----~----~----~------~----~------~--~---