Skip to content

Commit

Permalink
Merge pull request #63 from OAuthority/patch-1
Browse files Browse the repository at this point in the history
(doc) Update CNAME
  • Loading branch information
edwardspec committed Jun 24, 2023
2 parents 26aa8e7 + 1f45fc8 commit d7d339d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Replace `<something>` with the name of your S3 bucket, e.g. `wonderfulbali234`.

You can use a domain name for images (for example, `img.mysite.com`). This is needed when you want a CDN (such as CloudFlare) to cache your images. See [https://docs.aws.amazon.com/AmazonS3/latest/dev/VirtualHosting.html Virtual Hosting of Buckets] for details.

1\) At your DNS provider, add a CNAME entry. For example, point `img.mysite.com` to `<your-wgAWSBucketName>.s3.amazonaws.com`).
1\) At your DNS provider, add a CNAME entry. For example, point `img.mysite.com` to `<your-wgAWSBucketName>.s3.<location>.amazonaws.com`).

2\) In LocalSettings.php, set `$wgAWSBucketDomain`. The following values are supported:

Expand Down

0 comments on commit d7d339d

Please sign in to comment.