Changeset 1385102
- Timestamp:
- 04/02/2016 03:55:56 PM (10 years ago)
- Location:
- blue-storage
- Files:
-
- 2 edited
-
tags/1.2.0/readme.txt (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
blue-storage/tags/1.2.0/readme.txt
r1384221 r1385102 37 37 5. Either create a new container or choose an existing public container for your files. 38 38 39 6. (Optional ) Check the box that allows Blue Storage to manage all uploads to put them directly in Azure Storage.39 6. (Optional-Recommended!) Check the box that allows Blue Storage to manage all uploads to put them directly in Azure Storage. 40 40 41 7. (Optional) Set the caching max-age value for uploads. This is specified in seconds.41 7. (Optional) Do this before any uploads! Add in a CNAME if you are using Azure CDN or something else. See FAQ for more details. 42 42 43 8. (Optional) Click the "Copy To Azure" button to copy all media files not in Azure to your Azure Storage container.43 8. (Optional) Do this before any uploads! Set the caching max-age value for uploads. This is specified in seconds. 44 44 45 9. (Optional) Add in a CNAME if you want to use Azure CDN or simply don't want you links to show under "*.blob.windows.net."45 9. (Optional) Use the "Copy To Azure" ability to copy all files not in Azure to your Azure Storage container. 46 46 47 47 == Changelog == … … 80 80 You need to enable the "Use Azure Storage for default upload" option. 81 81 82 = Can I use Azure CDN for my files? =82 = How do I use the CNAME option? = 83 83 84 Specify a custom CNAME for your domain in the plugin settings. Point that CNAME at the domain for your Azure CDN. This method 85 works because the domain is the only difference between accessing your Azure Storage directly or through Azure CDN. 84 We will use the example of using the Azure CDN service. 86 85 87 = I didn't specify a CNAME at first, how can I change my files to use the CDN? = 86 1. Specify a custom CNAME for your domain in the plugin settings, e.g. cdn.example.com. 87 2. Point that CNAME at the endpoint for your Azure CDN in your DNS settings. For example, create the CNAME cdn.example.com to mycdn.azureedge.net 88 3. Create a custom domain mapping in Azure to map mycdn.azureedge.net to cdn.example.com. This is important! If you do not do this you will break HTTPS. 88 89 89 You will have to do a search and replace in the posts and postmeta tables of your database. 90 That's all there is to it! 91 92 = I didn't specify a CNAME at first, how can I change my files to use the CNAME? = 93 94 You will have to do a search and replace in the posts and postmeta tables of your database. This plugin does not do that for you. 90 95 91 96 = Can I disable access to certain settings? = -
blue-storage/trunk/readme.txt
r1384221 r1385102 37 37 5. Either create a new container or choose an existing public container for your files. 38 38 39 6. (Optional ) Check the box that allows Blue Storage to manage all uploads to put them directly in Azure Storage.39 6. (Optional-Recommended!) Check the box that allows Blue Storage to manage all uploads to put them directly in Azure Storage. 40 40 41 7. (Optional) Set the caching max-age value for uploads. This is specified in seconds.41 7. (Optional) Do this before any uploads! Add in a CNAME if you are using Azure CDN or something else. See FAQ for more details. 42 42 43 8. (Optional) Click the "Copy To Azure" button to copy all media files not in Azure to your Azure Storage container.43 8. (Optional) Do this before any uploads! Set the caching max-age value for uploads. This is specified in seconds. 44 44 45 9. (Optional) Add in a CNAME if you want to use Azure CDN or simply don't want you links to show under "*.blob.windows.net."45 9. (Optional) Use the "Copy To Azure" ability to copy all files not in Azure to your Azure Storage container. 46 46 47 47 == Changelog == … … 80 80 You need to enable the "Use Azure Storage for default upload" option. 81 81 82 = Can I use Azure CDN for my files? =82 = How do I use the CNAME option? = 83 83 84 Specify a custom CNAME for your domain in the plugin settings. Point that CNAME at the domain for your Azure CDN. This method 85 works because the domain is the only difference between accessing your Azure Storage directly or through Azure CDN. 84 We will use the example of using the Azure CDN service. 86 85 87 = I didn't specify a CNAME at first, how can I change my files to use the CDN? = 86 1. Specify a custom CNAME for your domain in the plugin settings, e.g. cdn.example.com. 87 2. Point that CNAME at the endpoint for your Azure CDN in your DNS settings. For example, create the CNAME cdn.example.com to mycdn.azureedge.net 88 3. Create a custom domain mapping in Azure to map mycdn.azureedge.net to cdn.example.com. This is important! If you do not do this you will break HTTPS. 88 89 89 You will have to do a search and replace in the posts and postmeta tables of your database. 90 That's all there is to it! 91 92 = I didn't specify a CNAME at first, how can I change my files to use the CNAME? = 93 94 You will have to do a search and replace in the posts and postmeta tables of your database. This plugin does not do that for you. 90 95 91 96 = Can I disable access to certain settings? =
Note: See TracChangeset
for help on using the changeset viewer.