MattW
Well-known member
I'm testing using an NFS mount point for data / internal_data. I can get everything working, apart from the /data part.
Using those, I get a 404 on the files that are located in /data, so I'm assuming the externalDataUrl setting is also required.
Does that need to be something on a different URL, or can XF not map the data mount point correctly? The attachments are correctly uploaded (full size image loads, just the thumbnail doesn't), but it's there in the NFS /data mount point.
Cheers,
Code:
$config['internalDataPath'] = '/mnt/internal_data';
$config['externalDataPath'] = '/mnt/data';
Does that need to be something on a different URL, or can XF not map the data mount point correctly? The attachments are correctly uploaded (full size image loads, just the thumbnail doesn't), but it's there in the NFS /data mount point.
Cheers,