From 9fb105ff22015e712e3812f2373f6b4e5d476834 Mon Sep 17 00:00:00 2001 From: Krafter <75903664+TheKrafter@users.noreply.github.com> Date: Mon, 21 Aug 2023 19:23:24 -0500 Subject: [PATCH] Replace "media.whatever.com" with "media.example.com" --- docs/setup/server/configuration/imagor.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/setup/server/configuration/imagor.md b/docs/setup/server/configuration/imagor.md index 0132cac..b2a95cc 100644 --- a/docs/setup/server/configuration/imagor.md +++ b/docs/setup/server/configuration/imagor.md @@ -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;