Skip to content

Commit

Permalink
Merge pull request #81 from TheKrafter/master
Browse files Browse the repository at this point in the history
Replace "media.whatever.com" with "media.example.com" in imagor page
  • Loading branch information
MaddyUnderStars committed Aug 22, 2023
2 parents 2aa157f + 9fb105f commit 4565491
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/setup/server/configuration/imagor.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ location /media/ {
```

Along with any additional config you already have, of course.
Alternative (and perhaps the better choice) would be to create a new domain, say `media.whatever.com` specifically for Imagor.
Alternative (and perhaps the better choice) would be to create a new domain, say `media.example.com` specifically for Imagor.

??? "Example config for `media.whatever.com` site"
??? "Example config for `media.example.com` site"

```nginx
server {
# Change the server_name to reflect your true domain
server_name media.whatever.com;
server_name media.example.com;

add_header Last-Modified $date_gmt;
proxy_set_header Host $host;
Expand Down

0 comments on commit 4565491

Please sign in to comment.