Skip to content

Commit 6cf9f46

Browse files
authored
Update redirects.conf.template
Added redirect for public status page.
1 parent e5dca13 commit 6cf9f46

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

config/all/nginx/templates/redirects.conf.template

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -609,3 +609,8 @@ if ($http_host = "stemedplus.commons.msu.edu") {
609609
if ($http_host = "sofiabacasen.commons.msu.edu") {
610610
rewrite ^/(.*)$ https://sofiabacasen.hcommons.org/ permanent;
611611
}
612+
613+
# Public status page
614+
if ($http_host = "status.hcommons.org") {
615+
rewrite ^/(.*)$ https://secure-stats.pingdom.com/7gz7crc560qs permanent;
616+
}

0 commit comments

Comments
 (0)