generated from nhcarrigan/template
feat: redirect nhcarrigan.com/testimonials to testimonials.nhcarrigan.com
This commit is contained in:
@@ -70,6 +70,10 @@ server {
|
|||||||
location /koikatsu {
|
location /koikatsu {
|
||||||
try_files /koikatsu.html =404;
|
try_files /koikatsu.html =404;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
location /testimonials {
|
||||||
|
return 301 https://testimonials.nhcarrigan.com;
|
||||||
|
}
|
||||||
include /etc/nginx/snippets/deny-dotfiles.conf;
|
include /etc/nginx/snippets/deny-dotfiles.conf;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user