Add url redirect

This commit is contained in:
Nathan Chapman 2023-03-10 08:52:25 -07:00
parent 6631017351
commit 4dc54aecb1

View File

@ -53,3 +53,9 @@ server {
}
}
server {
server_name porttownsendcoffee.com www.porttownsendcoffee.com;
return 301 http://ptcoffee.com;
}