Created
November 7, 2021 07:35
-
-
Save parsafatehi/2a1b47cd4b6c59595be3bc6b463856ed to your computer and use it in GitHub Desktop.
Revisions
-
parsafatehi created this gist
Nov 7, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ # Redirect to a different domain server { server_name .domain1.com; return 301 https://domain2.com$request_uri; }